eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] [PATCH 1/2] [Windows build] update APR & APU versions


From: Julien Catalano
Subject: [Eliot-dev] [PATCH 1/2] [Windows build] update APR & APU versions
Date: Mon, 15 Aug 2011 14:47:52 +0200

Apache Portable Runtime (APR) and APR-util (APU) packages were not available
anymore for download. Update to current versions.
APU also needs an extra configure flag (--with-apr-util).
---
 extras/contrib/Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/extras/contrib/Makefile b/extras/contrib/Makefile
index 2529465..defa58f 100644
--- a/extras/contrib/Makefile
+++ b/extras/contrib/Makefile
@@ -6,8 +6,8 @@ EXPAT_VERSION = 2.0.1
 ARABICA_VERSION = 2010-November
 LIBXML2_VERSION = 2.7.8
 XERCES_VERSION = 3.1.1
-APR_VERSION = 1.4.2
-APU_VERSION = 1.3.10
+APR_VERSION = 1.4.5
+APU_VERSION = 1.3.12
 LOG4CXX_VERSION = 0.10.0
 
 
@@ -101,7 +101,7 @@ $(LOG4CXX_DIR_FLAG): $(LOG4CXX_ARCHIVE)
        touch $@
 
 .log4cxx: $(LOG4CXX_DIR_FLAG)
-       (cd $(LOG4CXX_DIR) && patch -p0 < ../log4cxx-no-example.patch && patch 
-p0 < ../log4cxx-build-fixes.patch && $(CONFIGURE) --with-apr=$(PREFIX) 
--with-apu=$(PREFIX) --disable-doxygen --disable-dot --enable-static 
--disable-shared && make && make install)
+       (cd $(LOG4CXX_DIR) && patch -p0 < ../log4cxx-no-example.patch && patch 
-p0 < ../log4cxx-build-fixes.patch && $(CONFIGURE) --with-apr=$(PREFIX) 
--with-apu=$(PREFIX) --with-apr-util=$(PREFIX) --disable-doxygen --disable-dot 
--enable-static --disable-shared && make && make install)
        touch $@
 
 
-- 
1.7.0.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]