mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
linking tweak by Yavor Doganov
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37988 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7d08f54219
commit
3ffda9b773
2 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-07-13 Yavor Doganov <yavor@gnu.org>
|
||||
|
||||
* base.make.in: make base dependencies explicit only when statically
|
||||
linnking (bug #42423)
|
||||
|
||||
2014-06-30 Yavor Doganov <yavor@gnu.org>
|
||||
|
||||
* GNUmakefile: Use -include for deb.make (for backward compatibility
|
||||
|
|
|
@ -29,9 +29,11 @@ ifeq ($(BASE_MAKE_LOADED),)
|
|||
#
|
||||
AUXILIARY_OBJCFLAGS += @NX_CONST_STRING_OBJCFLAGS@
|
||||
|
||||
CONFIG_SYSTEM_LIBS += @LIBS@
|
||||
CONFIG_SYSTEM_LIB_DIR += @LDIR_FLAGS@
|
||||
CONFIG_SYSTEM_INCL += @CPPFLAGS@
|
||||
ifeq ($(shared),no)
|
||||
CONFIG_SYSTEM_LIBS += @LIBS@
|
||||
CONFIG_SYSTEM_LIB_DIR += @LDIR_FLAGS@
|
||||
CONFIG_SYSTEM_INCL += @CPPFLAGS@
|
||||
endif
|
||||
|
||||
GNUSTEP_BASE_VERSION = @VERSION@
|
||||
GNUSTEP_BASE_MAJOR_VERSION = @MAJOR_VERSION@
|
||||
|
|
Loading…
Reference in a new issue