]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add the XDC data to enable multi-process support when MULTIPROC is defined
authorBradley Nicholes <bnicholes@apache.org>
Thu, 8 Apr 2004 20:05:45 +0000 (20:05 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Thu, 8 Apr 2004 20:05:45 +0000 (20:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103303 13f79535-47bb-0310-9956-ffa450edef68

NWGNUtail.inc
src/NWGNUmakefile.mak
src/main/NWGNUmakefile.mak

index a77b7d777a08aad0bf06d070df97c0a78a43b8d8..421e990a0f2fd4eed001139f0e849fbeaac180d1 100644 (file)
@@ -263,7 +263,7 @@ ifneq "$(FILES_nlm_exports)" ""
        @echo Export $(foreach export,$(subst $(SPACE),$(COMMA),$(strip $(FILES_nlm_exports))),$(subst /,\,$(export))) >> $(OBJDIR)\$(NLM_NAME)_link.def
 endif  
 ifneq "$(strip $(XLFLAGS))" ""
-       @echo $(XLFLAGS) >> $(OBJDIR)\$(NLM_NAME)_link.def
+       @echo $(strip $(XLFLAGS)) >> $(OBJDIR)\$(NLM_NAME)_link.def
 endif
 #ifndef XDCFOUND
 #      @echo XDCData $(NWOS)\apache.xdc >> $(OBJDIR)\$(NLM_NAME)_link.def
index 82e3baa5b0f56f6b6c7cec6d42f0e17d3c66e295..9128a88902a55a66d85861db2047973cb7173d4d 100644 (file)
@@ -37,9 +37,14 @@ XDEFINES     += \
 # These flags will be added to the link.opt file
 #
 XLFLAGS                += \
-                       XDCData $(NWOS)\apache.xdc \
                        $(EOLIST)
 
+ifdef MULTIPROC
+XLFLAGS                += \
+               XDCData $(NWOS)\apache.xdc \
+               $(EOLIST)
+endif                  
+
 #
 # These values will be appended to the correct variables based on the value of
 # RELEASE
index ab3f5ef7c09969cf095af969c3e3e977a98ec1bc..b765244561888da2bf6417fa95975be3bbb15ad4 100644 (file)
@@ -38,6 +38,12 @@ XDEFINES     += \
 XLFLAGS                += \
                        $(EOLIST)
 
+ifdef MULTIPROC
+XLFLAGS                += \
+               XDCData $(NWOS)\apache.xdc \
+               $(EOLIST)
+endif                  
+
 #
 # These values will be appended to the correct variables based on the value of
 # RELEASE