projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cb39a1
)
eclass/toolchain-glibc.eclass: filter out rpath LDFLAGS
author
Benda Xu
<heroxbd@gentoo.org>
Sat, 13 Jan 2018 15:56:51 +0000
(
00:56
+0900)
committer
Benda Xu
<heroxbd@gentoo.org>
Sat, 13 Jan 2018 16:00:07 +0000
(
01:00
+0900)
glibc aborts if rpath is set.
eclass/toolchain-glibc.eclass
patch
|
blob
|
history
diff --git
a/eclass/toolchain-glibc.eclass
b/eclass/toolchain-glibc.eclass
index bea0299d3de6b2a154d36e908a745bc4aa1aaad0..f58b44bcfff231b4d7f04de23f82d5a032ed466f 100644
(file)
--- a/
eclass/toolchain-glibc.eclass
+++ b/
eclass/toolchain-glibc.eclass
@@
-227,6
+227,7
@@
setup_flags() {
strip-flags
strip-unsupported-flags
filter-flags -m32 -m64 -mabi=*
+ filter-ldflags -Wl,-rpath=*
# Bug 492892.
filter-flags -frecord-gcc-switches