HACK: Fix build breakage on MacOS: *** WARNING: renaming "pyexpat" since importing it failed: dlopen(build/lib.macosx-10.6-i386-3.3/pyexpat.so, 2): Symbol not found: _XML_ErrorString This reverts c242a8f30806 from the python hg repo: restore namespacing of pyexpat symbols (closes #19186) See http://bugs.python.org/issue19186#msg214069 The recommendation to include Modules/inc at first broke the Linux build... So do it this way, as it was before. Needs some realignment later. --- python3/Modules/expat/expat_external.h +++ python3/Modules/expat/expat_external.h @@ -7,10 +7,6 @@ /* External API definitions */ -/* Namespace external symbols to allow multiple libexpat version to - co-exist. */ -#include "pyexpatns.h" - #if defined(_MSC_EXTENSIONS) && !defined(__BEOS__) && !defined(__CYGWIN__) #define XML_USE_MSC_EXTENSIONS 1 #endif stro/CN/libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlsecurity/AllLangResTarget_xsec.mk
AgeCommit message (Expand)Author
2014-04-28prefer makefile-gmake-modeTakeshi Abe
2013-07-02XmlReadOnlyImage is now unused post .ui conversionsCaolán McNamara
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-24gbuild: drop empty use_packages callsDavid Tardon
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
2013-01-01move xmlsecurity .ui stuff to right place and adapt code to use itCaolán McNamara
2012-04-09add package deps for resourcesDavid Tardon
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan