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

Jonny Lamb jonny at debian.org
Tue Aug 3 19:43:49 UTC 2010


The following commit has been merged in the debian-patches branch:
commit 2581fb3294ac4354e88cb9ec5c0a1d96323e5744
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/hildon/Makefile.am b/hildon/Makefile.am
index 953f4f8..1ca7faf 100644
--- a/hildon/Makefile.am
+++ b/hildon/Makefile.am
@@ -11,7 +11,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