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

Collapse All | Expand All

(-)a/gluegen-2.1.4_rc01/make/gluegen-cpptasks-base.xml (-11 lines)
Lines 1511-1527 Link Here
1511
       - Helper strip.libraries for stripping off debug information
1511
       - Helper strip.libraries for stripping off debug information
1512
      -->
1512
      -->
1513
    <target name="gluegen.cpptasks.striplibs" depends="gluegen.cpptasks.initialize" if="c.strip.libraries">
1513
    <target name="gluegen.cpptasks.striplibs" depends="gluegen.cpptasks.initialize" if="c.strip.libraries">
1514
      <echo message="Strip symbols from libs in ${libdir}" />
1515
      <apply dir="${libdir}" executable="${c.strip.tool}" parallel="false" 
1516
             failonerror="true">
1517
        <arg line="${c.strip.args}"/>
1518
        <fileset dir="${libdir}">
1519
          <include name="**/*.so"/>     <!-- unix    -->
1520
          <include name="**/*.dll"/>    <!-- windows -->
1521
          <include name="**/*.dylib"/>  <!-- macosx  -->
1522
          <include name="**/*.jnilib"/> <!-- macosx  -->
1523
        </fileset>
1524
      </apply>
1525
    </target>
1514
    </target>
1526
1515
1527
    <!-- ================================================================== -->
1516
    <!-- ================================================================== -->

Return to bug 170305