carnold 2005/06/14 00:34:27
Modified: . build.xml
Log:
LOGCXX-36: APR build tweak
Revision Changes Path
1.73 +2 -0 logging-log4cxx/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/logging-log4cxx/build.xml,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- build.xml 14 Jun 2005 06:28:21 -0000 1.72
+++ build.xml 14 Jun 2005 07:34:27 -0000 1.73
@@ -426,6 +426,8 @@
<patch patchfile="${base.dir}/apr-${apr.version}.patch"
dir="${lib.dir}/apr-${apr.version}"
strip="0"/>
+ <chmod file="${lib.dir}/apr-${apr.version}/build/get-version.sh"
+ perm="u+x"/>
</target>
<target name="build-apr" depends="init" unless="apr-available">