forked from minhngoc25a/freetype2
* builds/unix/unix-cc.in (LINK_LIBRARY): Don't comment out
`-no-undefined'. Reported by Christian Biesinger.
This commit is contained in:
parent
24773d6dc6
commit
33779660ba
|
@ -1,3 +1,8 @@
|
|||
2006-05-25 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* builds/unix/unix-cc.in (LINK_LIBRARY): Don't comment out
|
||||
`-no-undefined'. Reported by Christian Biesinger.
|
||||
|
||||
2006-05-19 Brian Weed <bw@imaginengine.com>
|
||||
|
||||
* builds/win32/visualc/freetype.dsp: Release libraries no longer
|
||||
|
|
|
@ -98,7 +98,7 @@ CCexe := $(CCraw) # used to compile "apinames" only
|
|||
#
|
||||
LINK_LIBRARY = $(LIBTOOL) --mode=link $(CCraw) -o $@ $(OBJECTS_LIST) \
|
||||
-rpath $(libdir) -version-info $(version_info) \
|
||||
$(LDFLAGS) \
|
||||
# -export-symbols $(EXPORTS_LIST) -no-undefined
|
||||
$(LDFLAGS) -no-undefined \
|
||||
# -export-symbols $(EXPORTS_LIST)
|
||||
|
||||
# EOF
|
||||
|
|
Loading…
Reference in New Issue