mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
Remove an include directory missing on most systems. Closes: https://bugs.gentoo.org/888829 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
15 lines
360 B
Diff
15 lines
360 B
Diff
https://bugs.gentoo.org/888829
|
|
|
|
--- a/apps/Makefile
|
|
+++ b/apps/Makefile
|
|
@@ -41,9 +41,7 @@
|
|
|
|
include $(SRCDIR)/../Make.defaults
|
|
|
|
-LINUX_HEADERS = /usr/src/sys/build
|
|
APPSDIR = $(LIBDIR)/gnuefi/apps
|
|
-CPPFLAGS += -D__KERNEL__ -I$(LINUX_HEADERS)/include
|
|
CRTOBJS = $(TOPDIR)/$(ARCH)/gnuefi/crt0-efi-$(ARCH).o
|
|
|
|
LDSCRIPT = $(TOPDIR)/gnuefi/elf_$(ARCH)_efi.lds
|