diff options
Diffstat (limited to 'gnu-efi/gnu-efi-3.0.18-remove-linux-headers.patch')
| -rw-r--r-- | gnu-efi/gnu-efi-3.0.18-remove-linux-headers.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gnu-efi/gnu-efi-3.0.18-remove-linux-headers.patch b/gnu-efi/gnu-efi-3.0.18-remove-linux-headers.patch new file mode 100644 index 0000000..e997aae --- /dev/null +++ b/gnu-efi/gnu-efi-3.0.18-remove-linux-headers.patch | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | https://bugs.gentoo.org/888829 | ||
| 2 | |||
| 3 | --- a/apps/Makefile | ||
| 4 | +++ b/apps/Makefile | ||
| 5 | @@ -41,9 +41,7 @@ | ||
| 6 | |||
| 7 | include $(SRCDIR)/../Make.defaults | ||
| 8 | |||
| 9 | -LINUX_HEADERS = /usr/src/sys/build | ||
| 10 | APPSDIR = $(LIBDIR)/gnuefi/apps | ||
| 11 | -CPPFLAGS += -D__KERNEL__ -I$(LINUX_HEADERS)/include | ||
| 12 | CRTOBJS = $(TOPDIR)/$(ARCH)/gnuefi/crt0-efi-$(ARCH).o | ||
| 13 | |||
| 14 | LDSCRIPT = $(TOPDIR)/gnuefi/elf_$(ARCH)_efi.lds | ||