From 816c523ef460a710f709a1d8e6d5d68545ff651d Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 5 Mar 2011 20:37:31 +0100 Subject: python pas de dépendances MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/python/python-internal-expat.patch | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 base/python/python-internal-expat.patch (limited to 'base/python/python-internal-expat.patch') diff --git a/base/python/python-internal-expat.patch b/base/python/python-internal-expat.patch new file mode 100644 index 000000000..b1b17f01d --- /dev/null +++ b/base/python/python-internal-expat.patch @@ -0,0 +1,33 @@ +--- setup.py 2010-11-26 06:56:26.000000000 -0500 ++++ setup.py 2010-11-29 07:51:25.000000031 -0500 +@@ -1227,18 +1227,15 @@ + # + # More information on Expat can be found at www.libexpat.org. + # +- expatinc = os.path.join(os.getcwd(), srcdir, 'Modules', 'expat') +- define_macros = [ +- ('HAVE_EXPAT_CONFIG_H', '1'), +- ] ++ # Use system expat ++ expatinc = '/usr/include' ++ define_macros = [] + + exts.append(Extension('pyexpat', + define_macros = define_macros, + include_dirs = [expatinc], ++ libraries = ['expat'], + sources = ['pyexpat.c', +- 'expat/xmlparse.c', +- 'expat/xmlrole.c', +- 'expat/xmltok.c', + ], + )) + +@@ -1250,6 +1247,7 @@ + exts.append(Extension('_elementtree', + define_macros = define_macros, + include_dirs = [expatinc], ++ libraries = ['expat'], + sources = ['_elementtree.c'], + )) + else: -- cgit v1.2.3-70-g09d2