eliot-dev
[Top][All Lists]
Advanced

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

[Eliot-dev] eliot/extras/contrib Makefile


From: Olivier Teulière
Subject: [Eliot-dev] eliot/extras/contrib Makefile
Date: Tue, 16 Aug 2011 17:43:28 +0000

CVSROOT:        /cvsroot/eliot
Module name:    eliot
Changes by:     Olivier Teulière <ipkiss>       11/08/16 17:43:28

Modified files:
        extras/contrib : Makefile 

Log message:
        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).
        
        Patch by Julien Catalano.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/eliot/extras/contrib/Makefile?cvsroot=eliot&r1=1.11&r2=1.12

Patches:
Index: Makefile
===================================================================
RCS file: /cvsroot/eliot/eliot/extras/contrib/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- Makefile    30 Jul 2011 14:23:43 -0000      1.11
+++ Makefile    16 Aug 2011 17:43:27 -0000      1.12
@@ -6,8 +6,8 @@
 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 @@
        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 $@
 
 



reply via email to

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