Author: rfm
Date: Sun Jul 13 09:24:23 2014
New Revision: 37989

URL: http://svn.gna.org/viewcvs/gnustep?rev=37989&view=rev
Log:
Yavor's patch for bug #42650

Modified:
    libs/base/trunk/ChangeLog
    libs/base/trunk/Tools/GNUmakefile
    libs/base/trunk/Tools/make_strings/GNUmakefile

Modified: libs/base/trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/base/trunk/ChangeLog?rev=37989&r1=37988&r2=37989&view=diff
==============================================================================
--- libs/base/trunk/ChangeLog   (original)
+++ libs/base/trunk/ChangeLog   Sun Jul 13 09:24:23 2014
@@ -1,3 +1,10 @@
+2014-06-30  Yavor Doganov  <[email protected]>
+
+       * Tools/GNUmakefile (CONFIG_SYSTEM_LIBS):
+       * Tools/make_strings/GNUmakefile (CONFIG_SYSTEM_LIBS): Define
+       to the empty string to avoid linking the tools against
+       external libraries.
+       
 2014-07-13 Yavor Doganov  <[email protected]>
 
        * base.make.in: make base dependencies explicit only when statically

Modified: libs/base/trunk/Tools/GNUmakefile
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/base/trunk/Tools/GNUmakefile?rev=37989&r1=37988&r2=37989&view=diff
==============================================================================
--- libs/base/trunk/Tools/GNUmakefile   (original)
+++ libs/base/trunk/Tools/GNUmakefile   Sun Jul 13 09:24:23 2014
@@ -103,6 +103,10 @@
 xmlparse_OBJC_FILES = xmlparse.m
 HTMLLinker_OBJC_FILES = HTMLLinker.m
 
+# Reset this variable (defined in config.mak) to avoid useless linkage
+# against the libraries gnustep-base uses.
+CONFIG_SYSTEM_LIBS :=
+
 DOCUMENT_NAME = autogsdoc
 
 # Documentation rules for autogsdoc

Modified: libs/base/trunk/Tools/make_strings/GNUmakefile
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/base/trunk/Tools/make_strings/GNUmakefile?rev=37989&r1=37988&r2=37989&view=diff
==============================================================================
--- libs/base/trunk/Tools/make_strings/GNUmakefile      (original)
+++ libs/base/trunk/Tools/make_strings/GNUmakefile      Sun Jul 13 09:24:23 2014
@@ -37,6 +37,8 @@
        StringsEntry.m \
        StringsFile.m
 
+CONFIG_SYSTEM_LIBS :=
+
 include GNUmakefile.preamble
 
 include $(GNUSTEP_MAKEFILES)/tool.make


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

Reply via email to