Changeset 29358 for other-projects


Ignore:
Timestamp:
2014-10-09T16:49:14+13:00 (10 years ago)
Author:
Jeremy Symon
Message:

Linux RKE needs to build search4j statically

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/expeditee-release-kits/kits/rke/ant-scripts/compile.xml

    r28832 r29358  
    2323        <!-- copy search4j -->
    2424        <if><bool><equals arg1="${rk.os}" arg2="linux"/></bool>
    25             <exec dir="${rk.home}/shared/core/search4j" executable="./configure" failonerror="true"/>
     25            <exec dir="${rk.home}/shared/core/search4j" executable="./configure" failonerror="true">
     26                <arg line="LDFLAGS=-static" />
     27            </exec>
    2628            <exec dir="${rk.home}/shared/core/search4j" executable="make" failonerror="true"/>
    2729            <copy file="${rk.home}/shared/core/search4j/search4j" todir="${basedir}/compiled/bin" />
Note: See TracChangeset for help on using the changeset viewer.