mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-10 08:10:49 +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
ef5cc5a88e
commit
6e2ee7d71d
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>
|
2014-06-30 Yavor Doganov <yavor@gnu.org>
|
||||||
|
|
||||||
* GNUmakefile: Use -include for deb.make (for backward compatibility
|
* GNUmakefile: Use -include for deb.make (for backward compatibility
|
||||||
|
|
|
@ -29,9 +29,11 @@ ifeq ($(BASE_MAKE_LOADED),)
|
||||||
#
|
#
|
||||||
AUXILIARY_OBJCFLAGS += @NX_CONST_STRING_OBJCFLAGS@
|
AUXILIARY_OBJCFLAGS += @NX_CONST_STRING_OBJCFLAGS@
|
||||||
|
|
||||||
CONFIG_SYSTEM_LIBS += @LIBS@
|
ifeq ($(shared),no)
|
||||||
CONFIG_SYSTEM_LIB_DIR += @LDIR_FLAGS@
|
CONFIG_SYSTEM_LIBS += @LIBS@
|
||||||
CONFIG_SYSTEM_INCL += @CPPFLAGS@
|
CONFIG_SYSTEM_LIB_DIR += @LDIR_FLAGS@
|
||||||
|
CONFIG_SYSTEM_INCL += @CPPFLAGS@
|
||||||
|
endif
|
||||||
|
|
||||||
GNUSTEP_BASE_VERSION = @VERSION@
|
GNUSTEP_BASE_VERSION = @VERSION@
|
||||||
GNUSTEP_BASE_MAJOR_VERSION = @MAJOR_VERSION@
|
GNUSTEP_BASE_MAJOR_VERSION = @MAJOR_VERSION@
|
||||||
|
|
Loading…
Reference in a new issue