aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/grub2
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-06-25 11:20:39 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-06-25 11:20:39 +0000
commit34d431976bea6eb6df4756566f6084a382e40ad2 (patch)
tree471a119be9f2de30390ef38553b3b1fa731de554 /package/boot/grub2
parentc80033c2b34f20a2a80a1ae8583d11784aee8094 (diff)
downloadmaster-187ad058-34d431976bea6eb6df4756566f6084a382e40ad2.tar.gz
master-187ad058-34d431976bea6eb6df4756566f6084a382e40ad2.tar.bz2
master-187ad058-34d431976bea6eb6df4756566f6084a382e40ad2.zip
grub2: disable stack-protector
- enabling "-fstack-protector" results in build errors - Upstream explicitly tests & disables it v2: - use override reference: upstream commit baa2a121e004a95a12e2bb7f2419de6625a30c2d Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46126 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/grub2')
-rw-r--r--package/boot/grub2/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/boot/grub2/Makefile b/package/boot/grub2/Makefile
index 203e426b77..3601dd86a9 100644
--- a/package/boot/grub2/Makefile
+++ b/package/boot/grub2/Makefile
@@ -22,6 +22,8 @@ PKG_MD5SUM:=be62932eade308a364ea4bbc91295930
HOST_BUILD_PARALLEL:=1
PKG_BUILD_DEPENDS:=grub2/host
+PKG_SSP:=0
+
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/package.mk