[csw-devel] SF.net SVN: gar:[13499] csw/mgar/pkg/php5/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Tue Mar 1 01:39:53 CET 2011
Revision: 13499
http://gar.svn.sourceforge.net/gar/?rev=13499&view=rev
Author: bdwalton
Date: 2011-03-01 00:39:52 +0000 (Tue, 01 Mar 2011)
Log Message:
-----------
php5/trunk: fix the prefix used to find berkley db v4
Modified Paths:
--------------
csw/mgar/pkg/php5/trunk/Makefile
Modified: csw/mgar/pkg/php5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile 2011-02-28 23:29:30 UTC (rev 13498)
+++ csw/mgar/pkg/php5/trunk/Makefile 2011-03-01 00:39:52 UTC (rev 13499)
@@ -505,7 +505,7 @@
CONFIGURE_ARGS += --enable-dba=shared
CONFIGURE_ARGS += --with-ndbm
CONFIGURE_ARGS += --with-gdbm=$(prefix)
-CONFIGURE_ARGS += --with-db4=$(prefix)
+CONFIGURE_ARGS += --with-db4=$(prefix)/bdb4
CONFIGURE_ARGS += --enable-dbase=shared
CONFIGURE_ARGS += --enable-dom=shared
CONFIGURE_ARGS += --with-libxml-dir=$(prefix)
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