shithub: freetype+ttf2subf

Download patch

ref: 33779660ba80321de9a6e9e0b93e8d295cf32fb2
parent: 24773d6dc68538b24fc3ec81693310e4b47f726e
author: Werner Lemberg <[email protected]>
date: Fri May 26 02:30:05 EDT 2006

* builds/unix/unix-cc.in (LINK_LIBRARY): Don't comment out
`-no-undefined'.  Reported by Christian Biesinger.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-25  Werner Lemberg  <[email protected]>
+
+	* builds/unix/unix-cc.in (LINK_LIBRARY): Don't comment out
+	`-no-undefined'.  Reported by Christian Biesinger.
+
 2006-05-19  Brian Weed  <[email protected]>
 
 	* builds/win32/visualc/freetype.dsp: Release libraries no longer
--- a/builds/unix/unix-cc.in
+++ b/builds/unix/unix-cc.in
@@ -98,7 +98,7 @@
 #
 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