diff options
author | taca <taca@pkgsrc.org> | 2011-02-21 16:23:58 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-02-21 16:23:58 +0000 |
commit | c46af70b89998a2d71e6747385631f63b623dcb5 (patch) | |
tree | 94d9dd955e2874b59644b54719b07cbdcdda5389 /lang/php53 | |
parent | cdf9072f2822c9de5ed33dda8a0575f213510c65 (diff) | |
download | pkgsrc-c46af70b89998a2d71e6747385631f63b623dcb5.tar.gz |
Re-enable DL_AUTO_VARS as php5 package.
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/php53/Makefile.php b/lang/php53/Makefile.php index bcd5b13eea8..4521549c9a0 100644 --- a/lang/php53/Makefile.php +++ b/lang/php53/Makefile.php @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.php,v 1.4 2011/01/30 17:58:06 rumko Exp $ +# $NetBSD: Makefile.php,v 1.5 2011/02/21 16:23:58 taca Exp $ # used by lang/php53/Makefile # used by www/ap-php/Makefile @@ -96,3 +96,6 @@ CONFIGURE_ARGS+= --without-openssl .if !empty(PKG_OPTIONS:Mmaintainer-zts) CONFIGURE_ARGS+= --enable-maintainer-zts .endif + +DL_AUTO_VARS= yes +.include "../../mk/dlopen.buildlink3.mk" |