diff options
author | itojun <itojun@pkgsrc.org> | 2002-06-20 09:45:27 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2002-06-20 09:45:27 +0000 |
commit | e285d7c270fb71db735b04b2b4a332d5765b61c1 (patch) | |
tree | 6f7cb59aaf51fd137c115c41f5623916f9f44fbc /www | |
parent | 0b82fd4e9f35ac775f79165fdf3585aa5de47cd5 (diff) | |
download | pkgsrc-e285d7c270fb71db735b04b2b4a332d5765b61c1.tar.gz |
enable mod_so for use with php. From: Dawid Szymanski <dawszy@tgr.lubin.edu.pl>
Diffstat (limited to 'www')
-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 |