Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 259032 Details for
Bug 337682
dev-dotnet/ikvm does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
2.patch
ikvm-ldflags.patch (text/plain), 641 bytes, created by
Alistair Bush (RETIRED)
on 2011-01-06 10:59:59 UTC
(
hide
)
Description:
2.patch
Filename:
MIME Type:
Creator:
Alistair Bush (RETIRED)
Created:
2011-01-06 10:59:59 UTC
Size:
641 bytes
patch
obsolete
>--- native/native.build 2009-06-26 08:53:10.000000000 +1200 >+++ - 2011-01-06 23:28:41.407227028 +1300 >@@ -9,7 +9,7 @@ > </if> > </target> > <target name="ikvm-native-unix"> >- <exec program="/bin/bash" commandline="-c 'gcc -o libikvm-native.so --shared -fPIC `pkg-config --cflags --libs gmodule-2.0` jni.c os.c'"/> >+ <exec program="/bin/bash" commandline="-c 'gcc ${environment::get-variable('LDFLAGS')} -o libikvm-native.so --shared -fPIC `pkg-config --cflags --libs gmodule-2.0` jni.c os.c'"/> > <copy file="libikvm-native.so" todir="../bin"/> > </target> > <target name="ikvm-native-win32">
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 337682
:
247626
|
256515
| 259032