Ignore:
Timestamp:
2016-11-29T17:25:46+13:00 (7 years ago)
Author:
ak19
Message:

Release-kit GS2 linux resets the configure and configure args for wv-gs. For 64 bit, we found that we needed the disable-shared and enable-static flags after compiling gnome-lib up statically. The same flags have not (yet) broken the caveats on 32 bit linux, so committing this as it's in a GS2. and linux specific part of the release-kit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk2/ant-scripts/compile.xml

    r29393 r31165  
    197197               
    198198            <exec dir="${basedir}/compiled/build-src/packages/wv/wv-gs" executable="${basedir}/compiled/build-src/packages/wv/wv-gs/configure" failonerror="true">
    199                 <arg line="--prefix=${basedir}/compiled/build-src/packages/wv --bindir=${basedir}/compiled/bin/linux --libdir=${basedir}/compiled/lib/linux --datadir=${basedir}/compiled/etc/packages"/>
     199                <arg line="--prefix=${basedir}/compiled/build-src/packages/wv --bindir=${basedir}/compiled/bin/linux --libdir=${basedir}/compiled/lib/linux --datadir=${basedir}/compiled/etc/packages --disable-shared --enable-static"/>
    200200                <arg line="${allargs}"/>
    201201            </exec>
Note: See TracChangeset for help on using the changeset viewer.