summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-11-15 15:51:06 +0200
committerJoonas Niilola <juippis@gentoo.org>2020-11-15 17:31:18 +0200
commit6047192ea65771a17145bde529b40ed637da4370 (patch)
tree543b98610a515ad80f516307122d0e95f63cba69 /sys-devel/clang/clang-10.0.1.ebuild
parentsys-fs/dislocker: fix SizeViolation issue (diff)
downloadgentoo-6047192ea65771a17145bde529b40ed637da4370.tar.gz
gentoo-6047192ea65771a17145bde529b40ed637da4370.tar.bz2
gentoo-6047192ea65771a17145bde529b40ed637da4370.zip
sys-devel/clang: fix SizeViolation issue
Closes: https://bugs.gentoo.org/748219 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-devel/clang/clang-10.0.1.ebuild')
-rw-r--r--sys-devel/clang/clang-10.0.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/clang/clang-10.0.1.ebuild b/sys-devel/clang/clang-10.0.1.ebuild
index 699c9ae63189..42c03f5c3c62 100644
--- a/sys-devel/clang/clang-10.0.1.ebuild
+++ b/sys-devel/clang/clang-10.0.1.ebuild
@@ -9,6 +9,7 @@ inherit cmake llvm llvm.org multilib-minimal pax-utils \
DESCRIPTION="C language family frontend for LLVM"
HOMEPAGE="https://llvm.org/"
+SRC_URI+=" https://dev.gentoo.org/~juippis/distfiles/tmp/10.0.1-0003-clang-tools-extra-Prevent-linking-to-duplicate-.a-li.patch"
LLVM_COMPONENTS=( clang clang-tools-extra )
LLVM_MANPAGES=pregenerated
LLVM_TEST_COMPONENTS=(
@@ -70,7 +71,7 @@ PDEPEND="
PATCHES=(
# fix simultaneous linking to .a and dylib
- "${FILESDIR}"/10.0.1/0003-clang-tools-extra-Prevent-linking-to-duplicate-.a-li.patch
+ "${DISTDIR}"/10.0.1-0003-clang-tools-extra-Prevent-linking-to-duplicate-.a-li.patch
"${FILESDIR}"/10.0.1/0004-clang-Avoid-linking-c-index-test-to-duplicate-librar.patch
)