diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-02-02 14:11:58 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-02-02 14:11:58 +0100 |
commit | 1462b2784fa3e95499808b2ef706e4787a01aaae (patch) | |
tree | 547a4812a59ba6d931058fd215032804fd8cd486 /external | |
parent | b0b13245d420a50fd09029333e467ab7ada8c3aa (diff) |
Adapt the external/redland/raptor/xml2-config.patch to raptor2-2.0.15
The Yocto-based GNOME 3.20 SDK used to build the LO Flatpak has a broken
xml2-config. I cannot understand why the previous workaround worked fine with
raptor2-2.0.9 in LO 5.2 and fails with raptor2-2.0.15 since LO 5.3, but this
updated workaround keeps raptor's configure happy.
Change-Id: Ibfb2cb8a718f744e1bb4045082520fb186d6062b
Diffstat (limited to 'external')
-rw-r--r-- | external/redland/raptor/xml2-config.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/external/redland/raptor/xml2-config.patch b/external/redland/raptor/xml2-config.patch index 61520a8eb72a..2550acee044a 100644 --- a/external/redland/raptor/xml2-config.patch +++ b/external/redland/raptor/xml2-config.patch @@ -12,3 +12,11 @@ fi fi +@@ -14481,6 +14481,7 @@ + + LIBXML_VERSION=`$PKG_CONFIG libxml-2.0 --modversion` + libxml_source="pkg-config" ++ XML_CONFIG="$PKG_CONFIG libxml-2.0" + + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libxml via pkg-config" >&5 |