[csw-devel] SF.net SVN: gar:[20279] csw/mgar/pkg/php5/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Sat Feb 9 18:09:44 CET 2013
Revision: 20279
http://gar.svn.sourceforge.net/gar/?rev=20279&view=rev
Author: bdwalton
Date: 2013-02-09 17:09:43 +0000 (Sat, 09 Feb 2013)
Log Message:
-----------
php5/trunk: re-enable the sqlite configure args properly
Modified Paths:
--------------
csw/mgar/pkg/php5/trunk/Makefile
Modified: csw/mgar/pkg/php5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile 2013-02-08 17:41:20 UTC (rev 20278)
+++ csw/mgar/pkg/php5/trunk/Makefile 2013-02-09 17:09:43 UTC (rev 20279)
@@ -58,7 +58,6 @@
BUILD_DEP_PKGS += CSWlibsqlite3-dev CSWaspell CSWtidy-dev CSWpostgresql-dev
BUILD_DEP_PKGS += CSWlibfreetype-dev
BUILD_DEP_PKGS += CSWlibxpm-dev
-BUILD_DEP_PKGS += CSWlibsqlite3-0
BUILD_DEP_PKGS += CSWlibaspell-dev
PRESERVECONF = $(sysconfdir)/php.ini $(sysconfdir)/pear.conf
@@ -92,8 +91,6 @@
# verify these...
CHECKPKG_OVERRIDES_CSWphp5 += file-with-bad-content|/usr/local|root/etc/opt/csw/php5/php.ini.CSW
-CHECKPKG_OVERRIDES_CSWphp5 += file-collision|/opt/csw/php5/include/php/ext/sqlite3/libsqlite/sqlite3.h|CSWphp5|CSWphp5-sqlite
-
PACKAGES += CSWphp5-dev
CATALOGNAME_CSWphp5-dev = php5_dev
SPKG_DESC_CSWphp5-dev = Development files for php5
@@ -254,14 +251,14 @@
CONFIGURE_ARGS += --enable-magic-quotes
CONFIGURE_ARGS += --enable-mbstring=shared
CONFIGURE_ARGS += --enable-pcntl=shared
-#CONFIGURE_ARGS += --enable-pdo=shared
+CONFIGURE_ARGS += --enable-pdo=shared
CONFIGURE_ARGS += --enable-phar=shared
CONFIGURE_ARGS += --enable-posix=shared
CONFIGURE_ARGS += --enable-session=shared
CONFIGURE_ARGS += --enable-shmop=shared
CONFIGURE_ARGS += --enable-soap=shared
CONFIGURE_ARGS += --enable-sockets=shared
-#CONFIGURE_ARGS += --enable-sqlite-utf8
+CONFIGURE_ARGS += --enable-sqlite-utf8
CONFIGURE_ARGS += --enable-sysvmsg=shared
CONFIGURE_ARGS += --enable-sysvsem=shared
CONFIGURE_ARGS += --enable-sysvshm=shared
@@ -304,13 +301,14 @@
CONFIGURE_ARGS += --with-pdo-mysql=shared,$(prefix)/bin/mysql_config
CONFIGURE_ARGS += --with-pdo-odbc=shared,unixODBC,$(prefix)
CONFIGURE_ARGS += --with-pdo-pgsql=shared,$(bindir)/
-#CONFIGURE_ARGS += --with-pdo-sqlite=shared,$(prefix)
+CONFIGURE_ARGS += --with-pdo-sqlite=shared,$(prefix)
CONFIGURE_ARGS += --with-pear=shared
CONFIGURE_ARGS += --with-pgsql=shared,$(bindir)/
CONFIGURE_ARGS += --with-png-dir=$(prefix)
CONFIGURE_ARGS += --with-pspell=shared,$(prefix)
CONFIGURE_ARGS += --with-readline=shared,/opt/csw
CONFIGURE_ARGS += --with-snmp=shared,$(prefix)
+CONFIGURE_ARGS += --with-sqlite=shared,$(prefix)
CONFIGURE_ARGS += --with-t1lib=$(prefix)
CONFIGURE_ARGS += --with-tidy=shared,$(prefix)
CONFIGURE_ARGS += --with-unixODBC=shared,$(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