diff --git a/ChangeLog b/ChangeLog index 599c49f30..1ed667691 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-05-25 Werner Lemberg + + * builds/unix/unix-cc.in (LINK_LIBRARY): Don't comment out + `-no-undefined'. Reported by Christian Biesinger. + 2006-05-19 Brian Weed * builds/win32/visualc/freetype.dsp: Release libraries no longer diff --git a/builds/unix/unix-cc.in b/builds/unix/unix-cc.in index 9d31ac2c4..a5b08593b 100644 --- a/builds/unix/unix-cc.in +++ b/builds/unix/unix-cc.in @@ -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