From 2fa45afdc8dc321bb497d3111c9f0fe9082dfeee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Thu, 9 Mar 2006 21:07:53 +0000 Subject: [PATCH] - build paths Changed files: python-lxml-path.patch -> 1.1 --- python-lxml-path.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 python-lxml-path.patch diff --git a/python-lxml-path.patch b/python-lxml-path.patch new file mode 100644 index 0000000..34f7876 --- /dev/null +++ b/python-lxml-path.patch @@ -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', -- 2.43.0