]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix symbol export rules.
authorSimon Josefsson <simon@josefsson.org>
Tue, 6 Oct 2009 09:46:10 +0000 (11:46 +0200)
committerSimon Josefsson <simon@josefsson.org>
Tue, 6 Oct 2009 09:46:10 +0000 (11:46 +0200)
Tiny patch by Boyan Kasarov <bkasarov@gmail.com>.

lib/libgnutlsxx.map

index f049df4d7cd55b59c8da7ef67dbd42fec28006e2..62f6c12437903e88c7ab1f8b7b47cd0dcd38fccf 100644 (file)
@@ -24,7 +24,11 @@ GNUTLS_1_6
 {
   global:
     extern "C++" {
-      gnutls*;
+      gnutls::*;
   };
+
+  # export typeinfo names and structures
+  _ZTI*;
+
   local: *;
 };