Yavor's patch for bug #42650

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37989 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2014-07-13 07:24:23 +00:00
parent 6e2ee7d71d
commit 509161bc79
3 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2014-06-30 Yavor Doganov <yavor@gnu.org>
* 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 <yavor@gnu.org>
* base.make.in: make base dependencies explicit only when statically

View file

@ -103,6 +103,10 @@ locale_alias_OBJC_FILES = locale_alias.m
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

View file

@ -37,6 +37,8 @@ make_strings_OBJC_FILES = \
StringsEntry.m \
StringsFile.m
CONFIG_SYSTEM_LIBS :=
include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/tool.make