]> git.pld-linux.org Git - packages/python-lxml.git/commitdiff
- build paths
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 9 Mar 2006 21:07:53 +0000 (21:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-lxml-path.patch -> 1.1

python-lxml-path.patch [new file with mode: 0644]

diff --git a/python-lxml-path.patch b/python-lxml-path.patch
new file mode 100644 (file)
index 0000000..34f7876
--- /dev/null
@@ -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',
This page took 0.139708 seconds and 4 git commands to generate.