mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-crypt/efitools: apply patch to fix make rules
The patch that fixes the make rules of 1.7.0 is still required for 1.8.1. Closes: https://github.com/gentoo/gentoo/pull/8648
This commit is contained in:
committed by
Aaron Bauman
parent
2ce2717452
commit
feb7b9244f
@@ -25,7 +25,10 @@ DEPEND="${RDEPEND}
|
||||
sys-boot/gnu-efi
|
||||
virtual/pkgconfig"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-libressl-compatibility.patch" )
|
||||
PATCHES=(
|
||||
"${FILESDIR}/1.7.0-Make.rules.patch"
|
||||
"${FILESDIR}/${P}-libressl-compatibility.patch"
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
# Respect users CFLAGS
|
||||
|
||||
Reference in New Issue
Block a user