summaryrefslogtreecommitdiffstats
path: root/external/libxml2/libxml2-config.patch.1
diff options
context:
space:
mode:
Diffstat (limited to 'external/libxml2/libxml2-config.patch.1')
-rw-r--r--external/libxml2/libxml2-config.patch.14
1 files changed, 2 insertions, 2 deletions
diff --git a/external/libxml2/libxml2-config.patch.1 b/external/libxml2/libxml2-config.patch.1
index 8c28fb6a7806..5a2ef1485e92 100644
--- a/external/libxml2/libxml2-config.patch.1
+++ b/external/libxml2/libxml2-config.patch.1
@@ -18,9 +18,9 @@ Hack the xml2-config to return paths into WORKDIR.
+exec_prefix=${WORKDIR}/UnpackedTarball/libxml2
+includedir=${WORKDIR}/UnpackedTarball/libxml2/include
+libdir=${WORKDIR}/UnpackedTarball/libxml2/.libs
+ cflags=
+ libs=
- usage()
- {
@@ -67,7 +72,8 @@
;;