diff options
author | 2020-04-24 20:52:17 -0700 | |
---|---|---|
committer | 2020-04-24 20:53:27 -0700 | |
commit | b0e2bf63bbc24866d54da292b9201f4ad6d2eb06 (patch) | |
tree | 3e763999d87a3ec1ac559a820b91b3732875ca9b /dev-util/ccls | |
parent | app-shells/fzy: update live ebuild (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-util/ccls/ccls-0.20190823.6.ebuild | 1 | ||||
-rw-r--r-- | dev-util/ccls/ccls-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-util/ccls/ccls-0.20190823.6.ebuild b/dev-util/ccls/ccls-0.20190823.6.ebuild index d959663fa6f0..ac5830184a31 100644 --- a/dev-util/ccls/ccls-0.20190823.6.ebuild +++ b/dev-util/ccls/ccls-0.20190823.6.ebuild @@ -35,6 +35,7 @@ RDEPEND="${DEPEND}" src_configure() { local mycmakeargs=( -DUSE_SYSTEM_RAPIDJSON=ON + -DCLANG_LINK_CLANG_DYLIB=1 ) cmake_src_configure } 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 } |