greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 16294

Show
Ignore:
Timestamp:
2008-07-03 16:14:34 (2 months ago)
Author:
oranfry
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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>