diff options
author | thorpej <thorpej> | 2000-09-12 19:39:02 +0000 |
---|---|---|
committer | thorpej <thorpej> | 2000-09-12 19:39:02 +0000 |
commit | e4495a589f474d8ac846af5ea4b2ad0d460e12dc (patch) | |
tree | 46f9e0795a324ecf51ecc21520ffe20c55c9ec45 /www | |
parent | 270e479842c606b7a1dcc22e3969bb5a61e86836 (diff) | |
download | pkgsrc-e4495a589f474d8ac846af5ea4b2ad0d460e12dc.tar.gz |
Don't pass --disable-suexec. The configure script doens't accept
it, and the default is "off" anyhow.
Diffstat (limited to 'www')
-rw-r--r-- | www/apache/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile index ccc979237b2..a05f77692cb 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2000/09/12 14:17:31 jlam Exp $ +# $NetBSD: Makefile,v 1.50 2000/09/12 19:39:02 thorpej Exp $ # # The fourth number in the PKGNAME version indicates a NetBSD pkg revision # (to indicate changes in the shipped third party patches such as the mod_ssl @@ -48,8 +48,6 @@ SUEXEC_PATH= /bin:/usr/bin:${PREFIX}/bin:/usr/local/bin CONFIGURE_ARGS+= --enable-suexec --suexec-caller=www \ --suexec-safepath='${SUEXEC_PATH}' PLIST_SRC= ${PKGDIR}/PLIST.suexec -.else -CONFIGURE_ARGS+= --disable-suexec .endif .if !defined(NOPIC) |