Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 337682 | Differences between
and this patch

Collapse All | Expand All

(-)native/native.build~ (-1 / +1 lines)
Lines 9-15 Link Here
9
        </if>
9
        </if>
10
    </target>
10
    </target>
11
    <target name="ikvm-native-unix">
11
    <target name="ikvm-native-unix">
12
        <exec program="/bin/bash" commandline="-c 'gcc -o libikvm-native.so --shared -fPIC `pkg-config --cflags --libs gmodule-2.0` jni.c os.c'"/>
12
        <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'"/>
13
        <copy file="libikvm-native.so" todir="../bin"/>
13
        <copy file="libikvm-native.so" todir="../bin"/>
14
    </target>
14
    </target>
15
    <target name="ikvm-native-win32">
15
    <target name="ikvm-native-win32">

Return to bug 337682