From: Simon Josefsson Date: Tue, 6 Oct 2009 09:46:10 +0000 (+0200) Subject: Fix symbol export rules. X-Git-Tag: gnutls_2_9_7~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45147a2389feba814c6d83cebe98465e7880a154;p=thirdparty%2Fgnutls.git Fix symbol export rules. Tiny patch by Boyan Kasarov . --- diff --git a/lib/libgnutlsxx.map b/lib/libgnutlsxx.map index f049df4d7c..62f6c12437 100644 --- a/lib/libgnutlsxx.map +++ b/lib/libgnutlsxx.map @@ -24,7 +24,11 @@ GNUTLS_1_6 { global: extern "C++" { - gnutls*; + gnutls::*; }; + + # export typeinfo names and structures + _ZTI*; + local: *; };