]> git.sesse.net Git - vlc/commit
Link vlc-cache-gen with the C++ standard library to avoid issues when we
authorSam Hocevar <sam@hocevar.net>
Wed, 29 Feb 2012 19:53:07 +0000 (20:53 +0100)
committerSam Hocevar <sam@hocevar.net>
Wed, 29 Feb 2012 23:30:00 +0000 (00:30 +0100)
commit07d38617832be934896fa7a14fe52f1a65c901ab
tree76a2861545354244749962625b36453a316a67df
parent8e34ab46a299beaf465db2913588e08748365751
Link vlc-cache-gen with the C++ standard library to avoid issues when we
dlclose() a C++ plugin that was built with a faulty library that may have
registered __cxa_atexit callbacks (usually through the libstdc++ that
library was built with).

Upgrading libstdc++ is not always a solution since some code may have been
inlined and we can't get rid of it.
bin/Makefile.am
bin/dummy.cpp [new file with mode: 0644]