mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-11 21:52:07 +01:00
sys-apps/which: Sync with Gentoo
It's from Gentoo commit ffee66804b47833aa0f78d9cc764426212094eac.
This commit is contained in:
parent
b71a9641db
commit
5776f3f103
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
inherit toolchain-funcs
|
inherit flag-o-matic toolchain-funcs
|
||||||
|
|
||||||
DESCRIPTION="Prints out location of specified executables that are in your path"
|
DESCRIPTION="Prints out location of specified executables that are in your path"
|
||||||
HOMEPAGE="https://carlowood.github.io/which/"
|
HOMEPAGE="https://carlowood.github.io/which/"
|
||||||
@ -16,5 +16,8 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390
|
|||||||
src_configure() {
|
src_configure() {
|
||||||
tc-export AR
|
tc-export AR
|
||||||
|
|
||||||
|
# Workaround ancient getopt vs C23 (bug #954755)
|
||||||
|
use elibc_musl && append-cppflags -D__GNU_LIBRARY__
|
||||||
|
|
||||||
CONFIG_SHELL="${BROOT}"/bin/bash econf
|
CONFIG_SHELL="${BROOT}"/bin/bash econf
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user