summaryrefslogtreecommitdiff
path: root/expat/patches/302191_install_expat_config_h.diff
diff options
context:
space:
mode:
Diffstat (limited to 'expat/patches/302191_install_expat_config_h.diff')
-rw-r--r--expat/patches/302191_install_expat_config_h.diff23
1 files changed, 23 insertions, 0 deletions
diff --git a/expat/patches/302191_install_expat_config_h.diff b/expat/patches/302191_install_expat_config_h.diff
new file mode 100644
index 0000000..63527d0
--- /dev/null
+++ b/expat/patches/302191_install_expat_config_h.diff
@@ -0,0 +1,23 @@
+## 302191_install_expat_config_h.dpatch by Raphael Bossek
+## and Arno van Rangelrooij <arno@debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: To get information about the expat library and how it was build the
+## DP: expat_config.h file is mandatory. Without this file other applications
+## DP: may fail to build. This is the case for the latest python-4suite packages
+## DP: where the expat_config.h is refered.
+## DP:
+## DP: <URL:http://bugs.debian.org/302191>
+
+diff -urNad expat-2.0.1~/Makefile.in expat-2.0.1/Makefile.in
+--- expat-2.0.1~/Makefile.in 2007-05-09 20:38:50.000000000 +0200
++++ expat-2.0.1/Makefile.in 2008-05-07 02:23:11.000000000 +0200
+@@ -41,7 +41,7 @@
+ mkinstalldirs = $(SHELL) $(top_srcdir)/conftools/mkinstalldirs
+
+ MANFILE = $(srcdir)/doc/xmlwf.1
+-APIHEADER = $(srcdir)/lib/expat.h $(srcdir)/lib/expat_external.h
++APIHEADER = $(srcdir)/lib/expat.h $(srcdir)/lib/expat_external.h expat_config.h
+ LIBRARY = libexpat.la
+
+ DESTDIR = $(INSTALL_ROOT)