[csw-devel] SF.net SVN: gar:[10588] csw/mgar/pkg/apr-util/trunk/Makefile
rthurner at users.sourceforge.net
rthurner at users.sourceforge.net
Mon Jul 26 18:52:50 CEST 2010
Revision: 10588
http://gar.svn.sourceforge.net/gar/?rev=10588&view=rev
Author: rthurner
Date: 2010-07-26 16:52:50 +0000 (Mon, 26 Jul 2010)
Log Message:
-----------
apr-util: use newest bdb48, works with extra lib
Modified Paths:
--------------
csw/mgar/pkg/apr-util/trunk/Makefile
Modified: csw/mgar/pkg/apr-util/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apr-util/trunk/Makefile 2010-07-26 15:28:22 UTC (rev 10587)
+++ csw/mgar/pkg/apr-util/trunk/Makefile 2010-07-26 16:52:50 UTC (rev 10588)
@@ -15,18 +15,18 @@
CATALOGNAME = apr_util
RUNTIME_DEP_PKGS = CSWapr CSWiconv CSWsqlite3rt CSWunixodbc CSWexpat
-RUNTIME_DEP_PKGS += CSWbdb47 CSWoldaprt
+RUNTIME_DEP_PKGS += CSWbdb48 CSWoldaprt
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
-# We need this to get bdb47/lib into the runpath
-EXTRA_LIB = $(prefix)/bdb47/lib
+# We need this to get bdb48/lib into the runpath
+EXTRA_LIB = $(prefix)/bdb48/lib
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --with-apr=$(prefix)/bin/apr-1-config
CONFIGURE_ARGS += --with-ldap
-CONFIGURE_ARGS += --with-berkeley-db=/opt/csw/bdb47
+CONFIGURE_ARGS += --with-berkeley-db=/opt/csw/bdb48
CONFIGURE_ARGS += --without-freetds --without-sqlite2
#BUILD64 = 1
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list