summaryrefslogtreecommitdiff
path: root/expat/patches/302191_install_expat_config_h.diff
blob: 63527d09670d3305ea1cdcc2dab5d3eb7a0f0849 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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)