[csw-devel] SF.net SVN: gar:[20297] csw/mgar/pkg/php5/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Mon Feb 11 14:47:07 CET 2013
Revision: 20297
http://gar.svn.sourceforge.net/gar/?rev=20297&view=rev
Author: bdwalton
Date: 2013-02-11 13:47:07 +0000 (Mon, 11 Feb 2013)
Log Message:
-----------
php5/trunk: another tweak for the configuration and dependencies of sqlite{,3}
Modified Paths:
--------------
csw/mgar/pkg/php5/trunk/Makefile
Modified: csw/mgar/pkg/php5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile 2013-02-11 09:49:44 UTC (rev 20296)
+++ csw/mgar/pkg/php5/trunk/Makefile 2013-02-11 13:47:07 UTC (rev 20297)
@@ -82,7 +82,6 @@
RUNTIME_DEP_PKGS_CSWphp5 += CSWlibxml2-2 CSWlibexpat1 CSWlibz1
RUNTIME_DEP_PKGS_CSWphp5 += CSWlibicui18n50
RUNTIME_DEP_PKGS_CSWphp5 += CSWlibicuuc50
-RUNTIME_DEP_PKGS_CSWphp5 += CSWlibsqlite3-0
INCOMPATIBLE_PKGS_CSWphp5 = CSWphp5mimemagic CSWphp5mhash CSWphp5dbase
INCOMPATIBLE_PKGS_CSWphp5 += CSWphp5ncurses CSWmodphp5
# embeded 'magic' information to detect file types...odd, but...
@@ -200,7 +199,7 @@
$(eval $(call php5_subpackage,snmp,CSWlibnetsnmp25))
$(eval $(call php5_subpackage,soap,CSWlibxml2-2))
$(eval $(call php5_subpackage,sockets,))
-$(eval $(call php5_subpackage,sqlite,CSWsqlite CSWlibsqlite3-0))
+$(eval $(call php5_subpackage,sqlite,CSWsqlite))
$(eval $(call php5_subpackage,sysvmsg,))
$(eval $(call php5_subpackage,sysvsem,))
$(eval $(call php5_subpackage,sysvshm,))
@@ -261,6 +260,7 @@
CONFIGURE_ARGS += --enable-soap=shared
CONFIGURE_ARGS += --enable-sockets=shared
CONFIGURE_ARGS += --enable-sqlite-utf8
+CONFIGURE_ARGS += --enable-sqlite3=shared,$(prefix)
CONFIGURE_ARGS += --enable-sysvmsg=shared
CONFIGURE_ARGS += --enable-sysvsem=shared
CONFIGURE_ARGS += --enable-sysvshm=shared
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