aboutsummaryrefslogtreecommitdiff
path: root/ports/llvm/fix-linux-build.patch
diff options
context:
space:
mode:
authorAlexander Neumann <alexander.neumann@hamburg.de>2019-09-20 12:24:23 +0200
committerAlexander Neumann <alexander.neumann@hamburg.de>2019-09-20 12:24:23 +0200
commit5b1e426929b40a9b60809284993b424b841a28fc (patch)
treebd12300ad859bababb7d4acc03700fd31949fddc /ports/llvm/fix-linux-build.patch
parent279e25aecfe30f55296881ea9b0236c1d6ee030a (diff)
parent358ec0954d9b71b0def4fd4b4dbafdd0b8478d81 (diff)
downloadvcpkg-5b1e426929b40a9b60809284993b424b841a28fc.tar.gz
vcpkg-5b1e426929b40a9b60809284993b424b841a28fc.zip
Merge remote-tracking branch 'upstream/master' into path_separator
# Conflicts: # scripts/cmake/vcpkg_common_definitions.cmake
Diffstat (limited to 'ports/llvm/fix-linux-build.patch')
-rw-r--r--ports/llvm/fix-linux-build.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/llvm/fix-linux-build.patch b/ports/llvm/fix-linux-build.patch
new file mode 100644
index 000000000..780ea6535
--- /dev/null
+++ b/ports/llvm/fix-linux-build.patch
@@ -0,0 +1,13 @@
+diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake
+index 900c35e..78fd3cd 100644
+--- a/cmake/config-ix.cmake
++++ b/cmake/config-ix.cmake
+@@ -154,7 +154,7 @@ if(NOT LLVM_USE_SANITIZER MATCHES "Memory.*")
+ else()
+ include_directories(${LIBXML2_INCLUDE_DIR})
+ endif()
+- set(LIBXML2_LIBS "xml2")
++ set(LIBXML2_LIBS ${LIBXML2_LIBRARIES})
+ endif()
+ endif()
+ endif()