* builds/unix/unix-cc.in (LINK_LIBRARY): Don't comment out

`-no-undefined'.  Reported by Christian Biesinger.
This commit is contained in:
Werner Lemberg 2006-05-26 06:30:05 +00:00
parent 24773d6dc6
commit 33779660ba
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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