Changeset 16294 for release-kits/lirk2


Ignore:
Timestamp:
2008-07-03T16:14:34+12:00 (16 years ago)
Author:
oranfry
Message:

make things compile statically, and don't bother tweaking wget anymore as the new version compiles fine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/lirk2/ant-scripts/compile.xml

    r16230 r16294  
    1515        <!-- make -->
    1616        <addressedcall target="run-make"/>
    17         <addressedcall target="fix-wget"/>
     17        <!-- <addressedcall target="fix-wget"/> upgraded wget, mightn't need to do this now -->
    1818        <addressedcall target="run-make-install"/>
    1919        <addressedcall target="copy-library-oai"/>
     
    5050    <target name="run-configure">
    5151        <if><bool><istrue value="${execute}"/></bool>
    52             <exec dir="${basedir}/gsdl" executable="${basedir}/gsdl/configure"/>
     52            <exec dir="${basedir}/gsdl" executable="${basedir}/gsdl/configure">
     53                <env key="LDFLAGS" value="-static"/>
     54            </exec>
    5355        </if>
    5456    </target>
Note: See TracChangeset for help on using the changeset viewer.