summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-04-24 20:52:17 -0700
committerMatt Turner <mattst88@gentoo.org>2020-04-24 20:53:27 -0700
commitb0e2bf63bbc24866d54da292b9201f4ad6d2eb06 (patch)
tree3e763999d87a3ec1ac559a820b91b3732875ca9b /dev-util/ccls/ccls-9999.ebuild
parentapp-shells/fzy: update live ebuild (diff)
downloadgentoo-b0e2bf63bbc24866d54da292b9201f4ad6d2eb06.tar.gz
gentoo-b0e2bf63bbc24866d54da292b9201f4ad6d2eb06.tar.bz2
gentoo-b0e2bf63bbc24866d54da292b9201f4ad6d2eb06.zip
dev-util/ccls: Pass -DCLANG_LINK_CLANG_DYLIB=1
Fixes the build with clang-10, while evidently not harming the build against earlier versions. Thanks to Michael Cook for the patch. Closes: https://bugs.gentoo.org/714764 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/ccls/ccls-9999.ebuild')
-rw-r--r--dev-util/ccls/ccls-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/ccls/ccls-9999.ebuild b/dev-util/ccls/ccls-9999.ebuild
index d959663fa6f0..ac5830184a31 100644
--- a/dev-util/ccls/ccls-9999.ebuild
+++ b/dev-util/ccls/ccls-9999.ebuild
@@ -35,6 +35,7 @@ RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
-DUSE_SYSTEM_RAPIDJSON=ON
+ -DCLANG_LINK_CLANG_DYLIB=1
)
cmake_src_configure
}