]> granicus.if.org Git - apache/commitdiff
Fixed NetWare install.
authorGuenter Knauf <fuankg@apache.org>
Mon, 14 Nov 2011 22:56:24 +0000 (22:56 +0000)
committerGuenter Knauf <fuankg@apache.org>
Mon, 14 Nov 2011 22:56:24 +0000 (22:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201956 13f79535-47bb-0310-9956-ffa450edef68

NWGNUmakefile
build/mkconfNW.awk

index 411d7755b3f73dd45b91c0175430ce4cd43f29f9..b37ed825f828982a3bc591930658ed2a6fefd425 100644 (file)
@@ -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)/)
index 9392b170c7b3314bfaf1e884e3e4f3f311c6d8ae..8bca5974a49adc25249c8b5f59841d0a66089baa 100644 (file)
@@ -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 ""