diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2005-10-08 21:04:36 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2005-10-08 21:04:36 +0000 |
commit | d6b8f0ce6e7bb122674fcdead39587f0601567bb (patch) | |
tree | 3b08fc2cbe6c332e61cf041a55268fd479b28c85 | |
parent | fda1006581f6700c4330cdea2726176462187009 (diff) | |
download | pkgsrc-d6b8f0ce6e7bb122674fcdead39587f0601567bb.tar.gz |
add inet6 to list of supported options; this effectively enables IPv6
support by default, since the USE_INET6 mapping now properly kicks in
-rw-r--r-- | lang/php5/Makefile | 4 | ||||
-rw-r--r-- | lang/php5/Makefile.php | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 28abb99d253..fe09646c051 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2005/10/08 16:49:35 jdolecek Exp $ +# $NetBSD: Makefile,v 1.18 2005/10/08 21:04:36 jdolecek Exp $ # PKGNAME= php-${PHP_BASE_VERS} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang HOMEPAGE= http://www.php.net/ diff --git a/lang/php5/Makefile.php b/lang/php5/Makefile.php index 69b59006a4b..2419122d358 100644 --- a/lang/php5/Makefile.php +++ b/lang/php5/Makefile.php @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.php,v 1.8 2005/10/08 16:49:35 jdolecek Exp $ +# $NetBSD: Makefile.php,v 1.9 2005/10/08 21:04:36 jdolecek Exp $ # .include "../../lang/php5/Makefile.common" @@ -38,6 +38,7 @@ CONFIGURE_ARGS+= --with-openssl .include "../../security/openssl/buildlink3.mk" PKG_OPTIONS_VAR= PKG_OPTIONS.${PKGNAME:C/-[^-]*$//} +PKG_SUPPORTED_OPTIONS+= inet6 .include "../../mk/bsd.options.mk" |