aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/gluegen/files/2.2.4-dont-strip.patch')
-rw-r--r--dev-java/gluegen/files/2.2.4-dont-strip.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-java/gluegen/files/2.2.4-dont-strip.patch b/dev-java/gluegen/files/2.2.4-dont-strip.patch
new file mode 100644
index 000000000..02020d2ae
--- /dev/null
+++ b/dev-java/gluegen/files/2.2.4-dont-strip.patch
@@ -0,0 +1,22 @@
+diff --git a/gluegen-2.1.4_rc01/make/gluegen-cpptasks-base.xml b/gluegen-2.1.4_rc01/make/gluegen-cpptasks-base.xml
+index 8b8b82e..ec39aeb 100755
+--- a/gluegen-2.1.4_rc01/make/gluegen-cpptasks-base.xml
++++ b/gluegen-2.1.4_rc01/make/gluegen-cpptasks-base.xml
+@@ -1511,17 +1511,6 @@
+ - Helper strip.libraries for stripping off debug information
+ -->
+ <target name="gluegen.cpptasks.striplibs" depends="gluegen.cpptasks.initialize" if="c.strip.libraries">
+- <echo message="Strip symbols from libs in ${libdir}" />
+- <apply dir="${libdir}" executable="${c.strip.tool}" parallel="false"
+- failonerror="true">
+- <arg line="${c.strip.args}"/>
+- <fileset dir="${libdir}">
+- <include name="**/*.so"/> <!-- unix -->
+- <include name="**/*.dll"/> <!-- windows -->
+- <include name="**/*.dylib"/> <!-- macosx -->
+- <include name="**/*.jnilib"/> <!-- macosx -->
+- </fileset>
+- </apply>
+ </target>
+
+ <!-- ================================================================== -->