summaryrefslogtreecommitdiff
path: root/package/libxml2/patches/patch-python_Makefile_am
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-10 14:54:31 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-10 14:54:31 -0600
commite5773496ba49a38f3ac019388121f1477aeaca2c (patch)
tree975afaff01daeb36c1a6acb8781237396da720ce /package/libxml2/patches/patch-python_Makefile_am
parentf2b3fd174eedf0cd3240b00808d3d3ef0e56e658 (diff)
udpate to latest upstream version
Diffstat (limited to 'package/libxml2/patches/patch-python_Makefile_am')
-rw-r--r--package/libxml2/patches/patch-python_Makefile_am17
1 files changed, 0 insertions, 17 deletions
diff --git a/package/libxml2/patches/patch-python_Makefile_am b/package/libxml2/patches/patch-python_Makefile_am
deleted file mode 100644
index 82061eee3..000000000
--- a/package/libxml2/patches/patch-python_Makefile_am
+++ /dev/null
@@ -1,17 +0,0 @@
---- libxml2-2.9.1.orig/python/Makefile.am 2013-04-19 08:56:45.000000000 +0200
-+++ libxml2-2.9.1/python/Makefile.am 2013-11-24 09:18:44.000000000 +0100
-@@ -19,12 +19,12 @@ if WITH_PYTHON
- AM_CPPFLAGS = \
- -I$(top_builddir)/include \
- -I$(top_srcdir)/include \
-- -I$(PYTHON_INCLUDES)
-+ $(PYTHON_INCLUDES)
-
- python_LTLIBRARIES = libxml2mod.la
-
- libxml2mod_la_SOURCES = libxml.c libxml_wrap.h libxml2-py.h libxml2-py.c types.c
--libxml2mod_la_LDFLAGS = $(CYGWIN_EXTRA_LDFLAGS) $(WIN32_EXTRA_LDFLAGS) -module -avoid-version \
-+libxml2mod_la_LDFLAGS = $(LDFLAGS) $(CYGWIN_EXTRA_LDFLAGS) $(WIN32_EXTRA_LDFLAGS) -module -avoid-version \
- $(top_builddir)/libxml2.la $(CYGWIN_EXTRA_PYTHON_LIBADD) $(WIN32_EXTRA_PYTHON_LIBADD) $(PYTHON_LIBS)
-
- BUILT_SOURCES = libxml2-export.c libxml2-py.h libxml2-py.c