mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
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:
parent
65ef82de44
commit
5515cd769a
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user