diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-11-27 21:30:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-11-27 21:30:43 +0100 |
commit | ae3d4616ed9c19a29d656193254657f93d612fa2 (patch) | |
tree | 139e4b901bfef70776833359d8dc747a8a9fd292 /package/libxml2/patches/patch-configure_in | |
parent | 0f77fa26b817ae7a022fd3f1682b1c5a31905682 (diff) |
try to fixup mesalib compile, it needs libxml2 python module
Diffstat (limited to 'package/libxml2/patches/patch-configure_in')
-rw-r--r-- | package/libxml2/patches/patch-configure_in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package/libxml2/patches/patch-configure_in b/package/libxml2/patches/patch-configure_in index a8340e906..6432ced20 100644 --- a/package/libxml2/patches/patch-configure_in +++ b/package/libxml2/patches/patch-configure_in @@ -1,5 +1,5 @@ --- libxml2-2.9.1.orig/configure.in 2013-04-19 09:25:20.000000000 +0200 -+++ libxml2-2.9.1/configure.in 2013-10-31 08:37:36.000000000 +0100 ++++ libxml2-2.9.1/configure.in 2013-11-23 23:02:06.000000000 +0100 @@ -748,80 +748,16 @@ PYTHON_SITE_PACKAGES= PYTHON_TESTS= pythondir= @@ -77,11 +77,11 @@ - fi - fi - fi -+ PYTHON_INCLUDES=`$PYTHON$PYTHON_VERSION-config --includes` -+ PYTHON_LIBS=`$PYTHON$PYTHON_VERSION-config --ldflags` -+ PYTHON_SITE_PACKAGES=/usr/lib/python$PYTHON_VERSION/site-packages - pythondir='$(PYTHON_SITE_PACKAGES)' -- PYTHON_LIBS=`python$PYTHON_VERSION-config --ldflags` +- pythondir='$(PYTHON_SITE_PACKAGES)' ++ PYTHON_INCLUDES=`python$PYTHON_VERSION-config --includes` + PYTHON_LIBS=`python$PYTHON_VERSION-config --ldflags` ++ PYTHON_SITE_PACKAGES=${prefix}/lib/python$PYTHON_VERSION/site-packages ++ pythondir='$(PYTHON_SITE_PACKAGES)' else PYTHON= fi |