mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 07:01:13 +02:00
sys-libs/efivar: Sync with Gentoo
It's from Gentoo commit 0e727a3a16bc2abfd39386f10821d3e5ce89c45a.
This commit is contained in:
parent
27a40c1cc4
commit
1eb53b1e4e
@ -11,7 +11,7 @@ SRC_URI="https://github.com/rhinstaller/efivar/releases/download/${PV}/${P}.tar.
|
|||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0/1"
|
SLOT="0/1"
|
||||||
KEYWORDS="amd64 arm arm64 ~ia64 ~loong ppc64 ~riscv x86"
|
KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
|
||||||
IUSE="test"
|
IUSE="test"
|
||||||
RESTRICT="!test? ( test )"
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ SRC_URI="https://github.com/rhboot/efivar/archive/refs/tags/${PV}.tar.gz -> ${P}
|
|||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0/1"
|
SLOT="0/1"
|
||||||
KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc64 ~riscv ~x86"
|
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
|
||||||
IUSE="test"
|
IUSE="test"
|
||||||
RESTRICT="!test? ( test )"
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
@ -42,7 +42,8 @@ src_configure() {
|
|||||||
|
|
||||||
tc-ld-disable-gold
|
tc-ld-disable-gold
|
||||||
|
|
||||||
export libdir="/usr/$(get_libdir)"
|
export PREFIX="${EPREFIX}/usr"
|
||||||
|
export LIBDIR="${EPREFIX}/usr/$(get_libdir)"
|
||||||
|
|
||||||
# https://bugs.gentoo.org/562004
|
# https://bugs.gentoo.org/562004
|
||||||
unset LIBS
|
unset LIBS
|
Loading…
x
Reference in New Issue
Block a user