diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-06-25 11:20:39 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-06-25 11:20:39 +0000 |
commit | 9b0128251566d34a7cad973baca4b43948d4cac1 (patch) | |
tree | 97467201d7e86912cce3416761553c24408b1bc0 | |
parent | 25eddec9cb07cae68813f70efc15cb473c5fa95d (diff) | |
download | master-31e0f0ae-9b0128251566d34a7cad973baca4b43948d4cac1.tar.gz master-31e0f0ae-9b0128251566d34a7cad973baca4b43948d4cac1.tar.bz2 master-31e0f0ae-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
-rw-r--r-- | package/boot/grub2/Makefile | 2 |
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 |