]> granicus.if.org Git - apache/commitdiff
Fixed NetWare install.
authorRainer Jung <rjung@apache.org>
Tue, 31 Jan 2012 13:45:14 +0000 (13:45 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 31 Jan 2012 13:45:14 +0000 (13:45 +0000)
Backport of r1201956 from trunk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238523 13f79535-47bb-0310-9956-ffa450edef68

NWGNUmakefile
build/mkconfNW.awk

index 2ae2087f9f97032c4305835bc93223e329846478..9b664e74ae756f08b35276fa32a75590b32ec0de 100644 (file)
@@ -386,7 +386,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)/)
index 4c40e827427fc90369f996da6b00bc7552ca2bf2..70258644135ff0e00890f6fc42a621947eb2edd3 100644 (file)
@@ -88,6 +88,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 ""