SOURCES: python-cElementTree-system_expat.patch (NEW) - build with...

glen glen at pld-linux.org
Sun Oct 23 00:49:12 CEST 2005


Author: glen                         Date: Sat Oct 22 22:49:12 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- build with system expat (bundled one seems to be version 1.95.8 from vgrepping diff -ur

---- Files affected:
SOURCES:
   python-cElementTree-system_expat.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/python-cElementTree-system_expat.patch
diff -u /dev/null SOURCES/python-cElementTree-system_expat.patch:1.1
--- /dev/null	Sun Oct 23 00:49:12 2005
+++ SOURCES/python-cElementTree-system_expat.patch	Sun Oct 23 00:49:07 2005
@@ -0,0 +1,14 @@
+--- ./setup.py~	2005-10-23 01:46:14.000000000 +0300
++++ ./setup.py	2005-10-23 01:46:15.000000000 +0300
+@@ -60,9 +60,10 @@
+ # distutils declarations
+ 
+ celementtree_module = Extension(
+-    "cElementTree", ["cElementTree.c"] + sources,
++    "cElementTree", ["cElementTree.c"],
+     define_macros=defines,
+     include_dirs=includes,
++	libraries=["expat"],
+     )
+ 
+ try:
================================================================



More information about the pld-cvs-commit mailing list