patch-python_setup_py 490 B

1234567891011
  1. --- libxml2-2.9.1.orig/python/setup.py 2013-04-19 09:36:20.000000000 +0200
  2. +++ libxml2-2.9.1/python/setup.py 2013-11-21 18:47:16.000000000 +0100
  3. @@ -8,7 +8,7 @@ from distutils.core import setup, Extens
  4. # Below ROOT, we expect to find include, include/libxml2, lib and bin.
  5. # On *nix, it is not needed (but should not harm),
  6. # on Windows, it is set by configure.js.
  7. -ROOT = r'/usr'
  8. +ROOT = r'/Volumes/adk/openadk/host_i686_gnu_eglibc/usr'
  9. # Thread-enabled libxml2
  10. with_threads = 1