[PATCH libFS] Revert "Export only public API symbols"

Gaetan Nadon memsize at videotron.ca
Sun Dec 19 19:07:16 PST 2010


This reverts commit 5895de6dedcb8603b6a415d3486395c29501868c.

A number of reviewers have not agreed with this patch
and similar patches for other libraries.
http://lists.x.org/archives/xorg-devel/2010-December/016737.html
http://lists.x.org/archives/xorg-devel/2010-December/016760.html
http://lists.x.org/archives/xorg-devel/2010-December/016764.html

The review for these patches should be completed and questions/concerns
from reviewers should be addressed.
---
 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index ed70165..3333103 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -35,7 +35,7 @@ libFS_la_LIBADD = $(FS_LIBS) $(XTRANS_LIBS)
 
 INCLUDES = -I$(top_srcdir)/include/X11/fonts
 
-libFS_la_LDFLAGS = -export-symbols-regex '^FS.*' -version-number 6:0:0 -no-undefined
+libFS_la_LDFLAGS = -version-number 6:0:0 -no-undefined
 
 libFSincludedir = $(includedir)/X11/fonts
 libFSinclude_HEADERS = \
-- 
1.6.0.4



More information about the xorg-devel mailing list