sys-apps/attr: Add --no-gc-sections to linker flags

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>
This commit is contained in:
Alexander Tsoy
2019-11-16 00:07:54 +01:00
committed by Lars Wendler
parent 513a3ec240
commit ea36cc2c63

View File

@@ -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() {