]> git.pld-linux.org Git - packages/python-lxml.git/blob - python-lxml-path.patch
- rel up, rebuild with new Pyrex
[packages/python-lxml.git] / python-lxml-path.patch
1 diff -urN lxml-0.8.org/setup.py lxml-0.8/setup.py
2 --- lxml-0.8.org/setup.py       2005-11-03 18:16:04.000000000 +0100
3 +++ lxml-0.8/setup.py   2006-03-09 22:05:39.000000000 +0100
4 @@ -132,14 +132,15 @@
5              result.append(part[2:])
6      return result
7  
8 -include_dirs = guess_dirs('--cflags', '-I')
9 -library_dirs = guess_dirs('--libs', '-L')
10 +#include_dirs = guess_dirs('--cflags', '-I')
11 +#library_dirs = guess_dirs('--libs', '-L')
12  # if you want to configure include and library dir manually, you can do
13  # so here, for instance:
14  # include_dirs = ['/home/faassen/tmp/local_new/include/libxml2',
15  #                '/home/faassen/tmp/local_new/include']
16  # library_dirs = ['/home/faassen/tmp/local_new/lib/']
17 -
18 +include_dirs = [ '/usr/include/libxml2' ]
19 +library_dirs = [ '/usr/lib', '/usr/lib64' ]
20  
21  ext_modules = [
22      Extension('lxml.etree',
This page took 0.038325 seconds and 3 git commands to generate.