[libsecret] Actually export SECRET_SCHEMA_NOTE
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsecret] Actually export SECRET_SCHEMA_NOTE
- Date: Mon, 6 Aug 2012 12:31:01 +0000 (UTC)
commit 9011932730586dafe860e06503a91bcacd1139b1
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Aug 5 16:07:49 2012 -0400
Actually export SECRET_SCHEMA_NOTE
The regex for exported symbols was keeping the predefined
schemas from being available to outside users of the library.
This was showing up as a link error for seahorse, which is
trying to use SECRET_SCHEMA_NOTE.
https://bugzilla.gnome.org/show_bug.cgi?id=681255
libsecret/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libsecret/Makefile.am b/libsecret/Makefile.am
index 7fe9811..861095c 100644
--- a/libsecret/Makefile.am
+++ b/libsecret/Makefile.am
@@ -74,7 +74,7 @@ libsecret_ SECRET_MAJOR@_la_CFLAGS = \
libsecret_ SECRET_MAJOR@_la_LDFLAGS = \
-version-info $(SECRET_LT_RELEASE) \
-no-undefined \
- -export-symbols-regex '^secret_'
+ -export-symbols-regex '^secret_|^SECRET_'
libsecret_ SECRET_MAJOR@_la_LIBADD = \
$(top_builddir)/egg/libegg.la \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]