[csw-devel] SF.net SVN: gar:[10851] csw/mgar/pkg/apr-util/trunk/Makefile
rthurner at users.sourceforge.net
rthurner at users.sourceforge.net
Tue Aug 31 18:57:22 CEST 2010
Revision: 10851
http://gar.svn.sourceforge.net/gar/?rev=10851&view=rev
Author: rthurner
Date: 2010-08-31 16:57:22 +0000 (Tue, 31 Aug 2010)
Log Message:
-----------
apr-util - upgrade to bdb48 to make it compatible with subversion
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-08-31 16:28:50 UTC (rev 10850)
+++ csw/mgar/pkg/apr-util/trunk/Makefile 2010-08-31 16:57:22 UTC (rev 10851)
@@ -20,13 +20,13 @@
LICENSE = LICENSE
RUNTIME_DEP_PKGS = CSWapr CSWiconv CSWsqlite3rt CSWunixodbc CSWexpat
-RUNTIME_DEP_PKGS += CSWbdb47 CSWoldaprt CSWosslrt CSWsasl CSWlibnet
+RUNTIME_DEP_PKGS += CSWbdb48 CSWoldaprt CSWosslrt CSWsasl CSWlibnet
# 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
# It looks like Solars 9 x86 has a problem with libuuid, investigate later:
# testing9x# cd /usr/lib
@@ -38,7 +38,7 @@
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --with-apr=$(bindir)/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