diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-02-24 12:52:09 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-02-24 12:52:09 (GMT) |
commit | 73bf1eddc0cdf7a46be1921db481724e4227b243 (patch) | |
tree | cd5bc5ff4481d56a38e7cd3676ade4866b2965bc | |
parent | ccaafdf2033435fda2853e1a96032446dba21dcf (diff) | |
download | mxe-73bf1eddc0cdf7a46be1921db481724e4227b243.zip mxe-73bf1eddc0cdf7a46be1921db481724e4227b243.tar.gz mxe-73bf1eddc0cdf7a46be1921db481724e4227b243.tar.bz2 |
bugfix for the pkg-config file of package libxml2
The patch is also provided to upstream:
https://bugzilla.gnome.org/show_bug.cgi?id=610937
-rw-r--r-- | src/libxml2-fix-pkgconfig.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/libxml2-fix-pkgconfig.patch b/src/libxml2-fix-pkgconfig.patch new file mode 100644 index 0000000..3d1f4b2 --- /dev/null +++ b/src/libxml2-fix-pkgconfig.patch @@ -0,0 +1,13 @@ +This file is part of mingw-cross-env. +See doc/index.html for further information. + +diff -ru libxml2-2.7.6.orig/libxml-2.0.pc.in libxml2-2.7.6/libxml-2.0.pc.in +--- libxml2-2.7.6.orig/libxml-2.0.pc.in 2009-09-24 17:31:59.000000000 +0200 ++++ libxml2-2.7.6/libxml-2.0.pc.in 2010-02-24 13:33:47.000000000 +0100 +@@ -9,5 +9,5 @@ + Description: libXML library version2. + Requires: + Libs: -L${libdir} -lxml2 +-Libs.private: @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @LIBS@ ++Libs.private: @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @WIN32_EXTRA_LIBADD@ @LIBS@ + Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@ |