diff options
author | Zach van Rijn <me@zv.io> | 2022-08-19 01:20:57 +0000 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2022-10-21 18:34:02 -0500 |
commit | 0f8971e5193d7c7f8c9955e921921551354ff00b (patch) | |
tree | 4f9796b6c2d50e22d011e7137abdfb07f35e3855 /user/clazy/fix-link-fs-lib.patch | |
parent | df1f0b738b2045d2690b52105b5ad24d474ff100 (diff) | |
download | packages-0f8971e5193d7c7f8c9955e921921551354ff00b.tar.gz packages-0f8971e5193d7c7f8c9955e921921551354ff00b.tar.bz2 packages-0f8971e5193d7c7f8c9955e921921551354ff00b.tar.xz packages-0f8971e5193d7c7f8c9955e921921551354ff00b.zip |
user/clazy: bump { 1.7 --> 1.11 }. fixes #771.
Diffstat (limited to 'user/clazy/fix-link-fs-lib.patch')
-rw-r--r-- | user/clazy/fix-link-fs-lib.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/clazy/fix-link-fs-lib.patch b/user/clazy/fix-link-fs-lib.patch new file mode 100644 index 000000000..9096ec57b --- /dev/null +++ b/user/clazy/fix-link-fs-lib.patch @@ -0,0 +1,11 @@ +diff -ur a/CMakeLists.txt b/CMakeLists.txt +--- a/CMakeLists.txt 2022-08-19 00:58:47.518958902 +0000 ++++ b/CMakeLists.txt 2022-08-19 01:03:37.193667800 +0000 +@@ -264,6 +264,7 @@ + target_link_libraries(clazy-standalone clangFrontend) + else() + target_link_libraries(clazy-standalone ClazyPlugin) ++ target_link_libraries(clazy-standalone stdc++fs) + endif() + + link_to_llvm(clazy-standalone TRUE) |