From 33779660ba80321de9a6e9e0b93e8d295cf32fb2 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Fri, 26 May 2006 06:30:05 +0000 Subject: [PATCH] * builds/unix/unix-cc.in (LINK_LIBRARY): Don't comment out `-no-undefined'. Reported by Christian Biesinger. --- ChangeLog | 5 +++++ builds/unix/unix-cc.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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