diff options
author | itojun <itojun> | 2002-06-20 09:45:27 +0000 |
---|---|---|
committer | itojun <itojun> | 2002-06-20 09:45:27 +0000 |
commit | d6268642e4a25399373467da9d056576785d0d41 (patch) | |
tree | 6f7cb59aaf51fd137c115c41f5623916f9f44fbc /www/apache6 | |
parent | 9e32783079b03727a6f17e44a661448fe7d52a10 (diff) | |
download | pkgsrc-d6268642e4a25399373467da9d056576785d0d41.tar.gz |
enable mod_so for use with php. From: Dawid Szymanski <dawszy@tgr.lubin.edu.pl>
Diffstat (limited to 'www/apache6')
-rw-r--r-- | www/apache6/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/apache6/Makefile b/www/apache6/Makefile index 58f701e0b69..273da18729f 100644 --- a/www/apache6/Makefile +++ b/www/apache6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2002/06/20 07:24:17 itojun Exp $ +# $NetBSD: Makefile,v 1.51 2002/06/20 09:45:27 itojun Exp $ # # This package does not compile in mod_ssl support hooks, as it conflicts # with IPv6-enable patch. @@ -32,9 +32,11 @@ USE_BUILDLINK_ONLY= YES HAS_CONFIGURE= YES CONFIGURE_ARGS+= --with-layout="${WRKDIR}/config.layout:pkgsrc" CONFIGURE_ARGS+= --enable-module=most \ - --enable-module=auth_db \ + --enable-module=auth_db \ + --enable-module=so \ --disable-module=auth_dbm \ --enable-rule=INET6 +# proxy module is broken with the IPv6 patch CONFIGURE_ARGS+= --disable-module=proxy CONFIGURE_ARGS+= --with-perl=${PERL5} CONFIGURE_ARGS+= --with-port=80 |