summaryrefslogtreecommitdiff
path: root/external/libxml2/libxml2-config.patch.1
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-09-14 14:54:07 +0200
committerMichael Stahl <mstahl@redhat.com>2017-09-15 11:03:05 +0200
commit84b0f0631574832c5939cc63456fd1322e67339f (patch)
tree6f280d08f6eb125b0efb113c509dbadd91684f29 /external/libxml2/libxml2-config.patch.1
parentb0e0ee45d667df1473b47e441a6911dd2b4eadba (diff)
consistent naming of externals: xml2 -> libxml2
Change-Id: Ia1164c70d02dce70cb346c1fd4033f12d91c6e5d Reviewed-on: https://gerrit.libreoffice.org/42297 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'external/libxml2/libxml2-config.patch.1')
-rw-r--r--external/libxml2/libxml2-config.patch.18
1 files changed, 4 insertions, 4 deletions
diff --git a/external/libxml2/libxml2-config.patch.1 b/external/libxml2/libxml2-config.patch.1
index 7b2b7f604188..7d96fb530e57 100644
--- a/external/libxml2/libxml2-config.patch.1
+++ b/external/libxml2/libxml2-config.patch.1
@@ -14,10 +14,10 @@ Hack the xml2-config to return paths into WORKDIR.
+#includedir=@includedir@
+#libdir=@libdir@
+
-+prefix=${WORKDIR}/UnpackedTarball/xml2
-+exec_prefix=${WORKDIR}/UnpackedTarball/xml2
-+includedir=${WORKDIR}/UnpackedTarball/xml2/include
-+libdir=${WORKDIR}/UnpackedTarball/xml2/.libs
++prefix=${WORKDIR}/UnpackedTarball/libxml2
++exec_prefix=${WORKDIR}/UnpackedTarball/libxml2
++includedir=${WORKDIR}/UnpackedTarball/libxml2/include
++libdir=${WORKDIR}/UnpackedTarball/libxml2/.libs
usage()
{