Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 109301 Details for
Bug 165547
dev-lang/mono-1.2.2.1 libmono-static.a: could not read symbols: Bad value. recompile with -fPIC
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Allow mono-compiler.h to trigger on __PIC__ for PIC code.
mono-pictls.patch (text/plain), 395 bytes, created by
Kevin F. Quinn (RETIRED)
on 2007-02-06 08:18:52 UTC
(
hide
)
Description:
Allow mono-compiler.h to trigger on __PIC__ for PIC code.
Filename:
MIME Type:
Creator:
Kevin F. Quinn (RETIRED)
Created:
2007-02-06 08:18:52 UTC
Size:
395 bytes
patch
obsolete
>--- mono/utils/mono-compiler.h.orig 2007-02-06 09:17:09.000000000 +0100 >+++ mono/utils/mono-compiler.h 2007-02-06 09:19:28.000000000 +0100 >@@ -1,5 +1,10 @@ > #ifndef __UTILS_MONO_COMPILER_H__ > #define __UTILS_MONO_COMPILER_H__ >+ >+#if defined(__PIC__) && !defined(PIC) >+# define PIC >+#endif >+ > /* > * This file includes macros used in the runtime to encapsulate different > * compiler behaviours.
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 165547
:
109301
|
109309