From 2f8c35585065bdbacbc615d00e4b2bf0b04bca38 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 2 Aug 2016 13:54:40 +0200 Subject: mkelfimage: remove package, it is a host tool that has been unused for years Signed-off-by: Felix Fietkau --- package/utils/mkelfimage/patches/no-stack-protector.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 package/utils/mkelfimage/patches/no-stack-protector.patch (limited to 'package/utils/mkelfimage/patches/no-stack-protector.patch') diff --git a/package/utils/mkelfimage/patches/no-stack-protector.patch b/package/utils/mkelfimage/patches/no-stack-protector.patch deleted file mode 100644 index 108583a..0000000 --- a/package/utils/mkelfimage/patches/no-stack-protector.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- mkelfimage-2.7.old//Makefile 2006-03-28 02:44:59.000000000 +0300 -+++ mkelfimage-2.7/Makefile 2011-01-17 14:15:13.000000000 +0200 -@@ -14,7 +14,7 @@ - pkglibdir = $(libdir)/$(PACKAGE) - pkgincludedir = $(includedir)/$(PACKAGE) - --CPPFLAGS=-DVERSION='"$(VERSION)"' -DRELEASE_DATE='"$(RELEASE_DATE)"' -I include -+CPPFLAGS=-DVERSION='"$(VERSION)"' -DRELEASE_DATE='"$(RELEASE_DATE)"' -I include -fno-stack-protector - HOST_CPPFLAGS=$(CPPFLAGS) - I386_CPPFLAGS=$(CPPFLAGS) -I arch/i386/include - IA64_CPPFLAGS=$(CPPFLAGS) -I arch/ia64/include -- cgit v1.1