packages: clean up the package folder
[openwrt/openwrt.git] / package / utils / mkelfimage / patches / no-stack-protector.patch
1 --- mkelfimage-2.7.old//Makefile 2006-03-28 02:44:59.000000000 +0300
2 +++ mkelfimage-2.7/Makefile 2011-01-17 14:15:13.000000000 +0200
3 @@ -14,7 +14,7 @@
4 pkglibdir = $(libdir)/$(PACKAGE)
5 pkgincludedir = $(includedir)/$(PACKAGE)
6
7 -CPPFLAGS=-DVERSION='"$(VERSION)"' -DRELEASE_DATE='"$(RELEASE_DATE)"' -I include
8 +CPPFLAGS=-DVERSION='"$(VERSION)"' -DRELEASE_DATE='"$(RELEASE_DATE)"' -I include -fno-stack-protector
9 HOST_CPPFLAGS=$(CPPFLAGS)
10 I386_CPPFLAGS=$(CPPFLAGS) -I arch/i386/include
11 IA64_CPPFLAGS=$(CPPFLAGS) -I arch/ia64/include