mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-arch/cabextract: fix c23/musl
fix c23/musl removing bundled getopt.h Closes: https://bugs.gentoo.org/956793 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/44199 Closes: https://github.com/gentoo/gentoo/pull/44199 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
2e5c6a7c3d
commit
d83253015f
@@ -45,6 +45,9 @@ src_prepare() {
|
||||
|
||||
default
|
||||
|
||||
# 956793, use getopt from glibc / musl instead
|
||||
rm getopt.h || die
|
||||
|
||||
[[ ${PV} == "9999" ]] && eautoreconf
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -45,6 +45,9 @@ src_prepare() {
|
||||
|
||||
default
|
||||
|
||||
# 956793, use getopt from glibc / musl instead
|
||||
rm getopt.h || die
|
||||
|
||||
[[ ${PV} == "9999" ]] && eautoreconf
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user