diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-11 14:40:12 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-11 14:40:12 -0600 |
commit | c4a9b57d7fe027fbe9bcc31d32fb12e590f12c8c (patch) | |
tree | 7d51d1970e7c8a9e32b1422fc27ec9edcacd8a0d /package/libxml2/patches/patch-python_Makefile_am | |
parent | a6087b4263869fc5d36482cc4f58857338055e40 (diff) |
another libxml2 python fuckup
Diffstat (limited to 'package/libxml2/patches/patch-python_Makefile_am')
-rw-r--r-- | package/libxml2/patches/patch-python_Makefile_am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/libxml2/patches/patch-python_Makefile_am b/package/libxml2/patches/patch-python_Makefile_am new file mode 100644 index 000000000..b3ac2539b --- /dev/null +++ b/package/libxml2/patches/patch-python_Makefile_am @@ -0,0 +1,12 @@ +--- libxml2-2.9.2.orig/python/Makefile.am 2014-10-03 04:00:53.000000000 -0500 ++++ libxml2-2.9.2/python/Makefile.am 2015-02-11 12:53:07.150163147 -0600 +@@ -18,8 +18,7 @@ EXTRA_DIST = \ + if WITH_PYTHON + AM_CPPFLAGS = \ + -I$(top_builddir)/include \ +- -I$(top_srcdir)/include \ +- -I$(PYTHON_INCLUDES) ++ -I$(top_srcdir)/include + + python_LTLIBRARIES = libxml2mod.la + |