summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-07-27 00:21:03 +0000
committerobache <obache@pkgsrc.org>2012-07-27 00:21:03 +0000
commit15a68903e7494fd9aeab148423d399296048ecad (patch)
tree98f41b1b74df48efcdb80b0f4d6e06bad6a8a003
parent53663239ab30c7e7cef444613b6208652d7b5c27 (diff)
downloadpkgsrc-15a68903e7494fd9aeab148423d399296048ecad.tar.gz
No sqlite support in PHP-5.4 (only sqlite3).
-rw-r--r--lang/php54/Makefile.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/php54/Makefile.php b/lang/php54/Makefile.php
index 091c25be47e..125268ae7b0 100644
--- a/lang/php54/Makefile.php
+++ b/lang/php54/Makefile.php
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.3 2012/07/27 00:16:47 obache Exp $
+# $NetBSD: Makefile.php,v 1.4 2012/07/27 00:21:03 obache Exp $
# used by lang/php54/Makefile
# used by www/ap-php/Makefile
@@ -25,7 +25,6 @@ CONFIGURE_ARGS+= --localstatedir=${VARBASE}
CONFIGURE_ARGS+= --with-regex=system
CONFIGURE_ARGS+= --without-mysql
-CONFIGURE_ARGS+= --without-sqlite
#CONFIGURE_ARGS+= --without-sqlite3
CONFIGURE_ARGS+= --without-iconv
CONFIGURE_ARGS+= --without-pear