You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/jinput/files/nostrip.patch

13 lines
431 B

--- plugins/linux/src/native/build.xml.orig 2013-03-25 18:01:56.000000000 +0000
+++ plugins/linux/src/native/build.xml 2015-04-12 17:36:36.020105790 +0100
@@ -46,9 +46,6 @@
<arg line="-shared -O2 -Wall -o ${libname}"/>
<fileset dir="." includes="*.o"/>
</apply>
- <apply dir="." parallel="true" executable="strip" os="Linux" failonerror="true">
- <fileset file="${libname}"/>
- </apply>
</target>
</project>