diff options
Diffstat (limited to 'package/mkelfimage/patches')
3 files changed, 84 insertions, 0 deletions
diff --git a/package/mkelfimage/patches/.svn/entries b/package/mkelfimage/patches/.svn/entries new file mode 100644 index 0000000..5376c56 --- /dev/null +++ b/package/mkelfimage/patches/.svn/entries @@ -0,0 +1,62 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/package/mkelfimage/patches +svn://svn.openwrt.org/openwrt + + + +2011-07-02T06:49:36.282771Z +27345 +nbd + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +no-stack-protector.patch +file + + + + +2013-03-17T12:13:21.000000Z +c959818791027985a028341e1fb0faee +2011-07-02T06:49:36.282771Z +27345 +nbd + + + + + + + + + + + + + + + + + + + + + +535 + diff --git a/package/mkelfimage/patches/.svn/text-base/no-stack-protector.patch.svn-base b/package/mkelfimage/patches/.svn/text-base/no-stack-protector.patch.svn-base new file mode 100644 index 0000000..108583a --- /dev/null +++ b/package/mkelfimage/patches/.svn/text-base/no-stack-protector.patch.svn-base @@ -0,0 +1,11 @@ +--- 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 diff --git a/package/mkelfimage/patches/no-stack-protector.patch b/package/mkelfimage/patches/no-stack-protector.patch new file mode 100644 index 0000000..108583a --- /dev/null +++ b/package/mkelfimage/patches/no-stack-protector.patch @@ -0,0 +1,11 @@ +--- 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 |