[gnome-keyring] libgcr.so: Only export symbols that begin with gcr_



commit 11c907625c6a4af12758feca9ed2b893b70e2716
Author: Emilio Pozuelo Monfort <pochu27 gmail com>
Date:   Tue Dec 28 18:19:07 2010 +0000

    libgcr.so: Only export symbols that begin with gcr_
    
    Bug #638216

 gcr/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gcr/Makefile.am b/gcr/Makefile.am
index e92ffd4..eb066b7 100644
--- a/gcr/Makefile.am
+++ b/gcr/Makefile.am
@@ -91,7 +91,7 @@ libgcr GCR_VERSION_SUFFIX@_la_CFLAGS = \
 
 libgcr GCR_VERSION_SUFFIX@_la_LDFLAGS = \
 	-version-info $(GCR_LT_RELEASE) \
-	-no-undefined -export-symbols-regex 'gcr_*'
+	-no-undefined -export-symbols-regex '^gcr_*'
 
 libgcr GCR_VERSION_SUFFIX@_la_LIBADD = \
 	$(top_builddir)/egg/libegg.la \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]