pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/apache2 Clarify that APACHE_MODULES is the list of...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c36cf6c34943
branches:  trunk
changeset: 483944:c36cf6c34943
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Nov 22 19:56:23 2004 +0000

description:
Clarify that APACHE_MODULES is the list of modules that are linked
statically into the httpd executable.

diffstat:

 www/apache2/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r c7de2c4f621a -r c36cf6c34943 www/apache2/Makefile
--- a/www/apache2/Makefile      Mon Nov 22 19:54:47 2004 +0000
+++ b/www/apache2/Makefile      Mon Nov 22 19:56:23 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2004/11/22 19:54:47 jlam Exp $
+# $NetBSD: Makefile,v 1.53 2004/11/22 19:56:23 jlam Exp $
 
 PKGNAME=               apache-${APACHE_VERSION}
 PKGREVISION=           2
@@ -23,6 +23,7 @@
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --with-port=80
 CONFIGURE_ARGS+=       --with-mpm=prefork
+CONFIGURE_ARGS+=       --enable-so
 
 # Apache Portable Runtime library configure options
 CONFIGURE_ARGS+=       --with-apr=${BUILDLINK_PREFIX.apr}
@@ -43,9 +44,11 @@
 DFLT_APACHE_MODULES+=  ldap auth_ldap
 .endif
 
+# APACHE_MODULES are the modules that are linked statically into the
+# apache httpd executable.
+#
 APACHE_MODULES?=       ${DFLT_APACHE_MODULES}
 CONFIGURE_ARGS+=       --enable-modules="${APACHE_MODULES}"
-CONFIGURE_ARGS+=       --enable-so
 BUILD_DEFS+=           APACHE_MODULES
 
 APACHE_USER?=  www



Home | Main Index | Thread Index | Old Index