[gnutls-devel] xssl exports unneeded symbols

Andreas Metzler ametzler at bebt.de
Fri Dec 27 15:22:21 CET 2013


Hello,

gnutls-xssl exports loads of symbols (e.g. _gnutls_*, base64_encode),
I guess this shouldn't hurt:

--- gnutls28-3.2.8.1.orig/lib/Makefile.am
+++ gnutls28-3.2.8.1/lib/Makefile.am
@@ -191,7 +191,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.*'


cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'



More information about the Gnutls-devel mailing list