summaryrefslogtreecommitdiff
path: root/expat/StaticLibrary_expat.mk
AgeCommit message (Collapse)AuthorFilesLines
2013-06-10Revert "fix gold warning about hidden symbols"Stephan Bergmann1-1/+0
This reverts commit 9ff0ee4905068cbc85acf85da1b3ef762b324ed7. Whatever the gold warnings are exactly, this is apparently not the right fix. The change to openssl/ExternalProject_openssl.mk caused crashes when LO's libneon.so, statically linking in LO's libssl.a, started to export symbols like SSLv23_client_method as global, competing with the same symbol from a system's libssl.so. See the mail thread starting at <http://lists.freedesktop.org/archives/libreoffice/2013-June/053119.html> "strange crash in SSL code while opening some documents." Whether the change to expat/StaticLibrary_expat.mk caused similar problems is not clear to me, but it is probably best to revert both to be on the save side, and see what exactly the gold warning was about and how to fix it the right way if it ever shows up again.
2013-03-31fix gold warning about hidden symbolsPeter Foley1-0/+1
Change-Id: Iae399e4d596db450e3ed0e15678e546aa76797a0
2013-03-21suppress warnings from external packagesPeter Foley1-0/+5
Change-Id: I1417dd1dfbd812cc4ab8a1521cc9e0dfbcf37d02
2012-11-15expat: get rid of expat_xmltok static library:Michael Stahl1-0/+51
Just compile those files twice. Also rename the UTF8 library to plain "expat". This allows python to simply use that library and build "pyexpat" succesfully. Change-Id: I7e37ec5b87b70c2cf8c86e06709f0e8d0a67f09d