Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 256515 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]
1.patch
1.patch (text/plain), 631 bytes, created by
Pacho Ramos
on 2010-12-06 19:17:55 UTC
(
hide
)
Description:
1.patch
Filename:
MIME Type:
Creator:
Pacho Ramos
Created:
2010-12-06 19:17:55 UTC
Size:
631 bytes
patch
obsolete
>--- native/native.build~ 2009-06-26 08:53:10.000000000 +0200 >+++ native/native.build 2010-12-06 20:03:47.000000000 +0100 >@@ -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 $(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