mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 09:15:30 +03:00
https://www.rodsbooks.com/refind A fork of the rEFIt boot manager for computers based on the Extensible Firmware Interface (EFI) and Unified EFI (UEFI).
11 lines
397 B
Diff
11 lines
397 B
Diff
--- refind-0.11.4-orig/libeg/Makefile
|
|
+++ refind-0.11.4/libeg/Makefile
|
|
@@ -12,7 +12,7 @@
|
|
|
|
VPATH = $(SRCDIR)
|
|
|
|
-LOCAL_GNUEFI_CFLAGS = -I$(SRCDIR) -I$(SRCDIR)/../include
|
|
+LOCAL_GNUEFI_CFLAGS = -D_FORTIFY_SOURCE=0 -I$(SRCDIR) -I$(SRCDIR)/../include
|
|
|
|
OBJS = nanojpeg.o nanojpeg_xtra.o screen.o image.o text.o load_bmp.o load_icns.o lodepng.o lodepng_xtra.o
|
|
TARGET = libeg.a
|