summaryrefslogtreecommitdiffstats
path: root/package/boot/grub2/Makefile
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
commit9b0128251566d34a7cad973baca4b43948d4cac1 (patch)
tree97467201d7e86912cce3416761553c24408b1bc0 /package/boot/grub2/Makefile
parent25eddec9cb07cae68813f70efc15cb473c5fa95d (diff)
downloadopenwrt-9b0128251566d34a7cad973baca4b43948d4cac1.tar.gz
openwrt-9b0128251566d34a7cad973baca4b43948d4cac1.tar.bz2
openwrt-9b0128251566d34a7cad973baca4b43948d4cac1.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> SVN-Revision: 46126
Diffstat (limited to 'package/boot/grub2/Makefile')
-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