mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 12:55:44 +00:00
Add flag in Tools.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36988 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
29c7f9c09a
commit
c4bffd75ef
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-08-18 German A. Arias <german@xelalug.org>
|
||||
|
||||
* Tools/Makefile.preamble: Add flag -Wl,--allow-shlib-undefined,
|
||||
to get GDL2 to compile again.
|
||||
|
||||
2013-08-12: Graham Lee <iamleeg@gmail.com>
|
||||
* Apps/EOModelEditor/CodeGenerator.m
|
||||
EOModelEditor: generated ObjC files cause warnings with clang
|
||||
|
|
|
@ -51,6 +51,8 @@ ADDITIONAL_INCLUDE_DIRS = -I../EOControl/$(GNUSTEP_TARGET_DIR) -I..
|
|||
# Additional LDFLAGS to pass to the linker
|
||||
ifneq ($(FOUNDATION_LIB),gnu)
|
||||
ADDITIONAL_TOOL_LIBS += -lgnustep-baseadd
|
||||
else
|
||||
ADDITIONAL_LDFLAGS +=-Wl,--allow-shlib-undefined
|
||||
endif
|
||||
|
||||
ADDITIONAL_NATIVE_LIBS+=EOControl EOAccess
|
||||
|
|
Loading…
Reference in a new issue