dev-libs/libbsd: Sync with Gentoo

It's from Gentoo commit 31d2a94eac6e785ae20e003c849ed66f2f3a90bc.

Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
Flatcar Buildbot 2026-03-02 07:24:18 +00:00 committed by Krzesimir Nowak
parent 65ef82de44
commit 5515cd769a
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -46,7 +46,7 @@ multilib_src_configure() {
multilib_src_install() {
emake DESTDIR="${D}" install
# always strip due to libbsd-ctor.a
strip-lto-bytecode #"${ED}"
strip-lto-bytecode "${ED}"
find "${ED}" -type f -name "*.la" -delete || die

View File

@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -44,7 +44,7 @@ multilib_src_configure() {
multilib_src_install() {
emake DESTDIR="${D}" install
# always strip due to libbsd-ctor.a
strip-lto-bytecode #"${ED}"
strip-lto-bytecode "${ED}"
find "${ED}" -type f -name "*.la" -delete || die