Author: thebeing
Date: Thu Jan 14 00:24:55 2016
New Revision: 39265

URL: http://svn.gna.org/viewcvs/gnustep?rev=39265&view=rev
Log:
Fix building with the ng-gnu-gnu library combo (ng wasn't mistakenly 
detected as an Apple runtime and the library was trying to link 
libgnustep-baseadd).d


Modified:
    libs/webserver/trunk/ChangeLog
    libs/webserver/trunk/GNUmakefile

Modified: libs/webserver/trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/webserver/trunk/ChangeLog?rev=39265&r1=39264&r2=39265&view=diff
==============================================================================
--- libs/webserver/trunk/ChangeLog      (original)
+++ libs/webserver/trunk/ChangeLog      Thu Jan 14 00:24:55 2016
@@ -1,3 +1,8 @@
+2016-01-14 Niels Grewe <[email protected]>
+
+       * GNUmakefile: Build correctly with the ng and gnugc
+       runtime library variants
+
 2015-09-19 Richard Frith-Macdonald  <[email protected]>
 
        * GNUmakefile: Version 1.4.4 bugfix release

Modified: libs/webserver/trunk/GNUmakefile
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/webserver/trunk/GNUmakefile?rev=39265&r1=39264&r2=39265&view=diff
==============================================================================
--- libs/webserver/trunk/GNUmakefile    (original)
+++ libs/webserver/trunk/GNUmakefile    Thu Jan 14 00:24:55 2016
@@ -62,7 +62,7 @@
 # Assume that the use of the gnu runtime means we have the gnustep
 # base library and can use its extensions to build WebServer stuff.
 #
-ifeq ($(OBJC_RUNTIME_LIB),gnu)
+ifeq ($(OBJC_RUNTIME_LIB),$(filter $(OBJC_RUNTIME_LIB), gnu gnugc ng))
 APPLE=0
 else
 APPLE=1


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to