summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2011-09-12 13:30:58 +0400
committerVlad Glagolev2011-10-02 21:14:45 +0400
commitfaede2c14a772337b4bdd5d47c6bbd6d146739af (patch)
tree28bab74d8f63988b36f3c9a6a940bf1a9e2aa715
parent74cbc774ffadae2179a63101ba6eb890d04b92a7 (diff)
apache22: fixed build with external apr-util
(cherry picked from commit baceed642317789b5856bd9f8a2bd908d3c8276d)
-rwxr-xr-xhttp/apache22/BUILD3
-rw-r--r--http/apache22/HISTORY3
2 files changed, 6 insertions, 0 deletions
diff --git a/http/apache22/BUILD b/http/apache22/BUILD
index 32db176807..67ab6cc0c1 100755
--- a/http/apache22/BUILD
+++ b/http/apache22/BUILD
@@ -4,6 +4,9 @@ APACHE22_EXTRA="${APACHE22_EXTRA} --with-mpm=${APACHE22_MPM}" &&
# remove APR and APU and reconfigure to use external ones
rm -fr srclib/apr*/ &&
+# correct flags to find external apr-util
+CPPFLAGS="`apr-config --includes` $CPPFLAGS" &&
+
# use smgl standard layout
cp -f $SCRIPT_DIRECTORY/config.layout $SOURCE_DIRECTORY &&
diff --git a/http/apache22/HISTORY b/http/apache22/HISTORY
index b583274990..c0fbb59026 100644
--- a/http/apache22/HISTORY
+++ b/http/apache22/HISTORY
@@ -1,3 +1,6 @@
+2011-09-12 Vlad Glagolev <stealth@sourcemage.org>
+ * BUILD: fixed build with external apr-util (resolves #51)
+
2011-08-31 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 2.2.20; SECURITY_PATCH++ (CVE-2011-3192)