SOURCES: python-lxml-path.patch (NEW) - build paths

arekm arekm at pld-linux.org
Thu Mar 9 22:07:59 CET 2006


Author: arekm                        Date: Thu Mar  9 21:07:58 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- build paths

---- Files affected:
SOURCES:
   python-lxml-path.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/python-lxml-path.patch
diff -u /dev/null SOURCES/python-lxml-path.patch:1.1
--- /dev/null	Thu Mar  9 22:07:58 2006
+++ SOURCES/python-lxml-path.patch	Thu Mar  9 22:07:53 2006
@@ -0,0 +1,22 @@
+diff -urN lxml-0.8.org/setup.py lxml-0.8/setup.py
+--- lxml-0.8.org/setup.py	2005-11-03 18:16:04.000000000 +0100
++++ lxml-0.8/setup.py	2006-03-09 22:05:39.000000000 +0100
+@@ -132,14 +132,15 @@
+             result.append(part[2:])
+     return result
+ 
+-include_dirs = guess_dirs('--cflags', '-I')
+-library_dirs = guess_dirs('--libs', '-L')
++#include_dirs = guess_dirs('--cflags', '-I')
++#library_dirs = guess_dirs('--libs', '-L')
+ # if you want to configure include and library dir manually, you can do
+ # so here, for instance:
+ # include_dirs = ['/home/faassen/tmp/local_new/include/libxml2',
+ #                '/home/faassen/tmp/local_new/include']
+ # library_dirs = ['/home/faassen/tmp/local_new/lib/']
+-
++include_dirs = [ '/usr/include/libxml2' ]
++library_dirs = [ '/usr/lib', '/usr/lib64' ]
+ 
+ ext_modules = [
+     Extension('lxml.etree',
================================================================


More information about the pld-cvs-commit mailing list