diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-15 16:33:16 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-15 16:33:16 +0000 |
commit | 8ecb7c9f438630fe381a3d1c722b336d59a9008c (patch) | |
tree | ecbe8288228ba17f728346d0bd9e997d1baf0af0 /net-www | |
parent | new pgk (diff) | |
download | gentoo-2-8ecb7c9f438630fe381a3d1c722b336d59a9008c.tar.gz gentoo-2-8ecb7c9f438630fe381a3d1c722b336d59a9008c.tar.bz2 gentoo-2-8ecb7c9f438630fe381a3d1c722b336d59a9008c.zip |
*** empty log message ***
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/apache-ssl/apache-ssl-1.3.14.2.7.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-www/apache-ssl/apache-ssl-1.3.14.2.7.1.ebuild b/net-www/apache-ssl/apache-ssl-1.3.14.2.7.1.ebuild index c3e6e8904eb0..0c6837ed5750 100644 --- a/net-www/apache-ssl/apache-ssl-1.3.14.2.7.1.ebuild +++ b/net-www/apache-ssl/apache-ssl-1.3.14.2.7.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/apache-ssl/apache-ssl-1.3.14.2.7.1.ebuild,v 1.3 2000/11/01 04:44:23 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache-ssl/apache-ssl-1.3.14.2.7.1.ebuild,v 1.4 2000/11/15 16:33:16 achim Exp $ A="apache_1.3.14.tar.gz mod_ssl-2.7.1-1.3.14.tar.gz" S=${WORKDIR}/apache_1.3.14 @@ -25,6 +25,7 @@ src_compile() { --mandir=/usr/man --logfiledir=/var/log/apache --localstatedir=/var/lock \ --proxycachedir=/var/cache/httpd --includedir=/usr/include/apache \ --enable-module=all --enable-module=ssl \ + --disable-module=auth_dbm \ --enable-shared=max --enable-suexec --suexec-caller=wwwrun \ --suexec-userdir=public_html --suexec-uidmin=96 \ --suexec-gidmin=96 --suexec-safepath="/bin:/usr/bin" |