summaryrefslogtreecommitdiff
path: root/lang/php72
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2018-12-12 15:44:43 +0000
committertaca <taca@pkgsrc.org>2018-12-12 15:44:43 +0000
commit4dff79a9ba7160b948637a3151fcf5564eb5ab73 (patch)
tree6f71378deb23f6ddfb2595e0f1ca940e237a5ba2 /lang/php72
parent3ab04025c2c40f588e0a3ad632905cee19570a49 (diff)
downloadpkgsrc-4dff79a9ba7160b948637a3151fcf5564eb5ab73.tar.gz
lang/php72: drop sqlite3 PKG_OPTIONS
Drop sqlite3 PKG_OPTIONS since sqlite3 is supported by databases/php-sqlite3 package.
Diffstat (limited to 'lang/php72')
-rw-r--r--lang/php72/Makefile.php13
1 files changed, 3 insertions, 10 deletions
diff --git a/lang/php72/Makefile.php b/lang/php72/Makefile.php
index b0e509e3b4b..0f8cb2841f2 100644
--- a/lang/php72/Makefile.php
+++ b/lang/php72/Makefile.php
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.11 2018/12/09 12:14:36 taca Exp $
+# $NetBSD: Makefile.php,v 1.12 2018/12/12 15:44:43 taca Exp $
# used by lang/php72/Makefile
# used by www/ap-php/Makefile
# used by www/php-fpm/Makefile
@@ -53,9 +53,9 @@ CONFIGURE_ARGS+= --with-libxml-dir=${PREFIX}
CONFIGURE_ARGS+= --with-pcre-regex=${BUILDLINK_PREFIX.pcre}
PKG_OPTIONS_VAR= PKG_OPTIONS.${PHP_PKG_PREFIX}
-PKG_SUPPORTED_OPTIONS+= inet6 ssl maintainer-zts readline argon2 sqlite3
+PKG_SUPPORTED_OPTIONS+= inet6 ssl maintainer-zts readline argon2
PKG_SUPPORTED_OPTIONS+= disable-filter-url
-PKG_SUGGESTED_OPTIONS+= inet6 ssl readline sqlite3
+PKG_SUGGESTED_OPTIONS+= inet6 ssl readline
.if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" || ${OPSYS} == "FreeBSD"
PKG_SUPPORTED_OPTIONS+= dtrace
@@ -106,13 +106,6 @@ CONFIGURE_ARGS+= --with-password-argon2=${BUILDLINK_PREFIX.argon2}
.include "../../security/argon2/buildlink3.mk"
.endif
-.if !empty(PKG_OPTIONS:Msqlite3)
-CONFIGURE_ARGS+= --with-sqlite3=${BUILDLINK_PREFIX.sqlite3}
-.include "../../databases/sqlite3/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --without-sqlite3
-.endif
-
.if !empty(PKG_OPTIONS:Mdisable-filter-url)
CFLAGS+= -DDISABLE_FILTER_URL
.endif