mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
sys-boot/refind: fix build against gnu-efi-3.0.5
Adds upstream patch for building against gnu-efi-3.0.5 which added functions causing namespace collisions. Gentoo-Bug: 616668 Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
1387
sys-boot/refind/files/refind-0.10.7-fix_build_gnuefi-3.0.5.patch
Normal file
1387
sys-boot/refind/files/refind-0.10.7-fix_build_gnuefi-3.0.5.patch
Normal file
File diff suppressed because it is too large
Load Diff
@@ -54,6 +54,9 @@ pkg_setup() {
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# bug 616668 - build fails against gnu-efi-3.0.5
|
||||
eapply "${FILESDIR}"/"${PF}"-fix_build_gnuefi-3.0.5.patch
|
||||
|
||||
# bug 598647 - PIE not supported
|
||||
sed -e 's:CFLAGS =:& -fno-PIE:' -i "${S}/Make.common" || die
|
||||
|
||||
Reference in New Issue
Block a user