mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
6e2ee7d71d
commit
509161bc79
3 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -37,6 +37,8 @@ make_strings_OBJC_FILES = \
|
|||
StringsEntry.m \
|
||||
StringsFile.m
|
||||
|
||||
CONFIG_SYSTEM_LIBS :=
|
||||
|
||||
include GNUmakefile.preamble
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/tool.make
|
||||
|
|
Loading…
Reference in a new issue