[SCM] Debian packaging for libhildon. branch, debian-patches, updated. upstream/2.1.34.debian.1-3-gfc3c0af

Jonny Lamb jonny at debian.org
Tue Jan 26 18:21:47 UTC 2010


The following commit has been merged in the debian-patches branch:
commit fc3c0af0d0d4041ceadebcd7568302a863b219de
Author: Jonny Lamb <jonny at debian.org>
Date:   Tue Jan 26 17:24:52 2010 +0000

    Only export symbols with "hildon_" prefix.
    
    Signed-off-by: Jonny Lamb <jonny at debian.org>

diff --git a/src/Makefile.am b/src/Makefile.am
index f131a62..f7a9ce4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -12,7 +12,8 @@ EXTRA_DIST = hildon-marshalers.list
 
 lib_LTLIBRARIES = libhildon- at API_VERSION_MAJOR@.la
 
-libhildon_ at API_VERSION_MAJOR@_la_LDFLAGS = $(HILDON_WIDGETS_LT_LDFLAGS)
+libhildon_ at API_VERSION_MAJOR@_la_LDFLAGS = $(HILDON_WIDGETS_LT_LDFLAGS) \
+	-export-symbols-regex ^hildon_
 
 libhildon_ at API_VERSION_MAJOR@_la_LIBADD = \
 		$(X_LIBS)			\

-- 
Debian packaging for libhildon.



More information about the pkg-maemo-commits mailing list