From 2c7a2c9c3b34141224829c0421341f856dcc8dd7 Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 9 Dec 2018 12:14:36 +0000 Subject: lang/php: remove sqlite3 library Remove sqlite3 library extension and make it separate package to prevent dependency to databases/sqlite3 pacakge. --- lang/php56/Makefile.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang/php56') diff --git a/lang/php56/Makefile.php b/lang/php56/Makefile.php index 4b8dfad3f53..1f98b52ba23 100644 --- a/lang/php56/Makefile.php +++ b/lang/php56/Makefile.php @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.php,v 1.5 2018/07/18 07:33:12 manu Exp $ +# $NetBSD: Makefile.php,v 1.6 2018/12/09 12:14:36 taca Exp $ # used by lang/php56/Makefile # used by www/ap-php/Makefile # used by www/php-fpm/Makefile @@ -28,6 +28,7 @@ CONFIGURE_ARGS+= --with-regex=system CONFIGURE_ARGS+= --without-mysql CONFIGURE_ARGS+= --without-iconv CONFIGURE_ARGS+= --without-pear +CONFIGURE_ARGS+= --without-sqlite3 #CONFIGURE_ARGS+= --without-intl CONFIGURE_ARGS+= --disable-posix -- cgit v1.2.3