]> git.notmuchmail.org Git - notmuch/commitdiff
libnotmuch: export Xapian typeinfo symbols
authorDavid Bremner <bremner@debian.org>
Sat, 16 Jul 2011 18:59:44 +0000 (15:59 -0300)
committerDavid Bremner <bremner@debian.org>
Sun, 17 Jul 2011 01:16:46 +0000 (22:16 -0300)
The lack of such exporting seems to cause problems catching
exceptions, as suggested by

    http://gcc.gnu.org/wiki/Visibility

This manifested in the symbol-hiding test failing when notmuch was
compile with gcc 4.4.5. On i386, this further manifested as notmuch
new failing to run (crashing with an uncaught exception on first run).


No differences found