projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
719850e
)
sys-devel/clang: extra LD_LIBRARY_PATH fix backported in 5.0.9999
author
Michał Górny
<mgorny@gentoo.org>
Sun, 15 Oct 2017 12:04:07 +0000
(14:04 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 15 Oct 2017 12:35:58 +0000
(14:35 +0200)
sys-devel/clang/clang-5.0.9999.ebuild
patch
|
blob
|
history
diff --git
a/sys-devel/clang/clang-5.0.9999.ebuild
b/sys-devel/clang/clang-5.0.9999.ebuild
index 82cff8b91407261bfda705673d72a5c7e40b684c..82f086b4918bb766390aaf92df222e5eff714ca5 100644
(file)
--- a/
sys-devel/clang/clang-5.0.9999.ebuild
+++ b/
sys-devel/clang/clang-5.0.9999.ebuild
@@
-105,11
+105,6
@@
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
}