Author: jfrederic.clere(a)jboss.com
Date: 2014-01-27 12:14:38 -0500 (Mon, 27 Jan 2014)
New Revision: 3210
Modified:
trunk/build/unix/build.sh
Log:
Don't build apr and co for mod_cluster.
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2014-01-27 16:55:32 UTC (rev 3209)
+++ trunk/build/unix/build.sh 2014-01-27 17:14:38 UTC (rev 3210)
@@ -61,6 +61,7 @@
has_expat=false
has_cluster=false
+build_apr=false
build_api=false
build_zlib=false
build_iconv=false
@@ -1116,7 +1117,7 @@
buildany srclib/expat-${expat_version} true || return 1
fi
- if $has_apr; then
+ if $build_apr; then
if $has_static ; then
buildapr srclib/apr-${apr_version} true || return 1
else
Show replies by date