From: Guenter Knauf Date: Mon, 14 Nov 2011 22:56:24 +0000 (+0000) Subject: Fixed NetWare install. X-Git-Tag: 2.5.0-alpha~7895 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1557da2bde230f44b41d453e477ef87cb221c14;p=apache Fixed NetWare install. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201956 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/NWGNUmakefile b/NWGNUmakefile index 411d7755b3..b37ed825f8 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -397,7 +397,7 @@ nlms :: libs $(TARGET_nlm) # Updated this target to create necessary directories and copy files to the # correct place. (See $(AP_WORK)/build/NWGNUhead.inc for examples) # -MKCNF = $(AWK) -v BDIR=$(BASEDIR) -v PORT=$(PORT) -v SSLPORT=$(SSLPORT) -v MODSSL=$(WITH_MOD_SSL) -v BSDSKT=$(USE_STDSOCKETS) -f build/mkconfNW.awk $1 > $2 +MKCNF = $(AWK) -v BDIR=$(BASEDIR) -v PORT=$(PORT) -v SSLPORT=$(SSLPORT) -v MODSSL=$(WITH_SSL) -v BSDSKT=$(USE_STDSOCKETS) -f build/mkconfNW.awk $1 > $2 install :: nlms instscripts FORCE $(call COPY,$(OBJDIR)/$(NLM_NAME).nlm, $(INSTALLBASE)/) diff --git a/build/mkconfNW.awk b/build/mkconfNW.awk index 9392b170c7..8bca5974a4 100644 --- a/build/mkconfNW.awk +++ b/build/mkconfNW.awk @@ -84,6 +84,8 @@ BEGIN { print "#LoadModule userdir_module modules/userdir.nlm" print "#LoadModule vhost_alias_module modules/vhost.nlm" if (MODSSL) { + print "#LoadModule socache_dbm_module modules/socachedbm.nlm" + print "#LoadModule socache_shmcb_module modules/socachedbm.nlm" print "#LoadModule ssl_module modules/mod_ssl.nlm" } print ""