projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
513a3ec
)
sys-apps/attr: Add --no-gc-sections to linker flags
author
Alexander Tsoy
<alexander@tsoy.me>
Fri, 15 Nov 2019 23:07:54 +0000
(
00:07
+0100)
committer
Lars Wendler
<polynomial-c@gentoo.org>
Fri, 15 Nov 2019 23:08:30 +0000
(
00:08
+0100)
Bug: https://bugs.gentoo.org/700116
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
sys-apps/attr/attr-2.4.48-r3.ebuild
patch
|
blob
|
history
diff --git
a/sys-apps/attr/attr-2.4.48-r3.ebuild
b/sys-apps/attr/attr-2.4.48-r3.ebuild
index 1c55fe11bd636ee82398bebd6bad0af48c96dc5a..c5ed52072cc32b7aa322f06102559f80fe44182c 100644
(file)
--- a/
sys-apps/attr/attr-2.4.48-r3.ebuild
+++ b/
sys-apps/attr/attr-2.4.48-r3.ebuild
@@
-24,6
+24,7
@@
PATCHES=(
pkg_setup() {
# Remove -flto* from flags as this breaks binaries (bug #644048)
filter-flags -flto*
+ append-ldflags "-Wl,--no-gc-sections" #700116
}
src_prepare() {