summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-09-03 09:29:46 +0200
committerMichał Górny <mgorny@gentoo.org>2017-09-03 10:34:17 +0200
commite5172e5d68f4674f83a3c4c8441a8288aed7c385 (patch)
treed267d22d16f944341274766704371298e64366f3 /sys-devel/clang/clang-5.0.9999.ebuild
parentsys-apps/coreutils: [QA] Use relative symlink target(s) (diff)
downloadgentoo-e5172e5d68f4674f83a3c4c8441a8288aed7c385.tar.gz
gentoo-e5172e5d68f4674f83a3c4c8441a8288aed7c385.tar.bz2
gentoo-e5172e5d68f4674f83a3c4c8441a8288aed7c385.zip
sys-devel/clang: Forward-port LD_LIBRARY_PATH fix to 5.0.0
The LD_LIBRARY_PATH fix for clang-tools-extra has been missed for backporting, so include it in the 5.0.0 release.
Diffstat (limited to 'sys-devel/clang/clang-5.0.9999.ebuild')
-rw-r--r--sys-devel/clang/clang-5.0.9999.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys-devel/clang/clang-5.0.9999.ebuild b/sys-devel/clang/clang-5.0.9999.ebuild
index cca162d183ae..958a91d25adc 100644
--- a/sys-devel/clang/clang-5.0.9999.ebuild
+++ b/sys-devel/clang/clang-5.0.9999.ebuild
@@ -105,6 +105,11 @@ src_prepare() {
# fix finding compiler-rt libs
eapply "${FILESDIR}"/5.0.0/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch
+ cd tools/extra || die
+ # fix stand-alone test build for extra tools
+ eapply "${FILESDIR}"/5.0.0/extra/0002-test-Fix-clang-library-dir-in-LD_LIBRARY_PATH-For-st.patch
+ cd - >/dev/null || die
+
# User patches
eapply_user
}