]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Commit change forgotten in r1730075 (include
authorRainer Jung <rjung@apache.org>
Sun, 14 Feb 2016 12:18:13 +0000 (12:18 +0000)
committerRainer Jung <rjung@apache.org>
Sun, 14 Feb 2016 12:18:13 +0000 (12:18 +0000)
mod_proxy_http2 in Netware LoadModule list).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1730324 13f79535-47bb-0310-9956-ffa450edef68

NWGNUmakefile

index e6c53dd05369de887e74c002abefeeb1863d48f9..e11219570d6352a6eaef373cf9229634cfa38a84 100644 (file)
@@ -393,7 +393,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_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 MODHTTP2=$(WITH_HTTP2) -v BSDSKT=$(USE_STDSOCKETS) -f build/mkconfNW.awk $1 > $2
 
 install :: nlms instscripts FORCE
        $(call COPY,$(OBJDIR)/$(NLM_NAME).nlm,                         $(INSTALLBASE)/)