Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (baceed642317789b5856bd9f8a2bd908d3c8276d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (baceed642317789b5856bd9f8a2bd908d3c8276d)
  • Date: Mon, 12 Sep 2011 04:31:51 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

http/apache22/BUILD | 3 +++
http/apache22/HISTORY | 3 +++
2 files changed, 6 insertions(+)

New commits:
commit baceed642317789b5856bd9f8a2bd908d3c8276d
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

apache22: fixed build with external apr-util

diff --git a/http/apache22/BUILD b/http/apache22/BUILD
index 32db176..67ab6cc 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 b583274..c0fbb59 100644
--- a/http/apache22/HISTORY
+++ b/http/apache22/HISTORY
@@ -1,3 +1,6 @@
+2011-09-12 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: fixed build with external apr-util (resolves #51)
+
2011-08-31 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.2.20; SECURITY_PATCH++ (CVE-2011-3192)




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (baceed642317789b5856bd9f8a2bd908d3c8276d), Vlad Glagolev, 09/12/2011

Archive powered by MHonArc 2.6.24.

Top of Page