From 0513255be6a7a2a769bebaf292bedec5082c1c3a Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 10 Nov 2011 22:22:01 +0000 Subject: * buildconf: Pass through APR source dir to apreq's buildconf. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200600 13f79535-47bb-0310-9956-ffa450edef68 --- buildconf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'buildconf') diff --git a/buildconf b/buildconf index c2e425bdcc..56c375d9ba 100755 --- a/buildconf +++ b/buildconf @@ -161,16 +161,16 @@ if [ "$apr_src_dir" = "srclib/apr" ]; then rm -f srclib/apr/apr.spec fi +apr_src_dir=`cd $apr_src_dir && pwd` + apreq_configure="srclib/libapreq" echo echo rebuilding $apreq_configure -(cd srclib/libapreq && ./buildconf) || { +(cd srclib/libapreq && ./buildconf --with-apr="$apr_src_dir") || { echo "./buildconf failed for apreq" exit 1 } -apr_src_dir=`cd $apr_src_dir && pwd` - if [ $apr_major_version -lt 2 ] ; then if [ "$apu_src_dir" = "srclib/apr-util" ]; then echo rebuilding $aprutil_configure -- cgit v1.2.3