Changeset 16294
- Timestamp:
- 2008-07-03T16:14:34+12:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
release-kits/lirk2/ant-scripts/compile.xml
r16230 r16294 15 15 <!-- make --> 16 16 <addressedcall target="run-make"/> 17 < addressedcall target="fix-wget"/>17 <!-- <addressedcall target="fix-wget"/> upgraded wget, mightn't need to do this now --> 18 18 <addressedcall target="run-make-install"/> 19 19 <addressedcall target="copy-library-oai"/> … … 50 50 <target name="run-configure"> 51 51 <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> 53 55 </if> 54 56 </target>
Note:
See TracChangeset
for help on using the changeset viewer.