Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 239877 Details for
Bug 195688
mpost from tetex and (soon to be comitted) texlive gets killed by hardened kernel
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
We use the C code when __PIC__ is defined
use_C_when_pic.patch (text/plain), 519 bytes, created by
Magnus Granberg
on 2010-07-23 01:01:52 UTC
(
hide
)
Description:
We use the C code when __PIC__ is defined
Filename:
MIME Type:
Creator:
Magnus Granberg
Created:
2010-07-23 01:01:52 UTC
Size:
519 bytes
patch
obsolete
>--- a/texk/web2c/lib/texmfmp.c 2010-07-23 00:49:31.000000000 +0000 >+++ b/texk/web2c/lib/texmfmp.c 2010-07-23 00:47:32.000000000 +0000 >@@ -2542,7 +2542,7 @@ > /* Metafont/MetaPost fraction routines. Replaced either by assembler or C. > The assembler syntax doesn't work on Solaris/x86. */ > #ifndef TeX >-#if defined (__sun__) || defined (__cplusplus) >+#if defined (__sun__) || defined (__cplusplus) || defined (__PIC__) > #define NO_MF_ASM > #endif > #if defined(WIN32) && !defined(NO_MF_ASM) && !defined(__MINGW32__)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 195688
:
239877
|
281455