aboutsummaryrefslogtreecommitdiffstats
path: root/testing/refind/10-refind-disable-fortify.patch
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2019-02-05 10:29:44 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-02-05 10:29:44 +0000
commit0428e5405c8597f5cf7b15a18295ab67e3dc7061 (patch)
treecfceaacc00c403b770ec1b178845223050a0806e /testing/refind/10-refind-disable-fortify.patch
parentabee3f81754531e7343e6ee78bef0da15b0b70f2 (diff)
downloadaports-0428e5405c8597f5cf7b15a18295ab67e3dc7061.tar.bz2
aports-0428e5405c8597f5cf7b15a18295ab67e3dc7061.tar.xz
Revert "testing/refind: moved from community"
Diffstat (limited to 'testing/refind/10-refind-disable-fortify.patch')
-rw-r--r--testing/refind/10-refind-disable-fortify.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/refind/10-refind-disable-fortify.patch b/testing/refind/10-refind-disable-fortify.patch
deleted file mode 100644
index b59b711473..0000000000
--- a/testing/refind/10-refind-disable-fortify.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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