From: Nikos Mavrogiannopoulos Date: Sat, 28 Dec 2013 06:57:24 +0000 (+0100) Subject: export only xssl symbols; small patch by Andreas Metzler. X-Git-Tag: gnutls_3_3_0pre0~397 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3359543af50e5edf5134a45aedafa0ec2e2aad89;p=thirdparty%2Fgnutls.git export only xssl symbols; small patch by Andreas Metzler. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 612ec4b266..179a96840d 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -204,7 +204,7 @@ pkix_asn1_tab.c: $(srcdir)/pkix.asn gnutls_asn1_tab.c: $(srcdir)/gnutls.asn -asn1Parser $(srcdir)/gnutls.asn gnutls_asn1_tab.c -libgnutls_xssl_la_LDFLAGS = -no-undefined +libgnutls_xssl_la_LDFLAGS = -no-undefined -export-symbols-regex '^xssl.*' lib_LTLIBRARIES += libgnutls-xssl.la