Author: jow
Date: 2015-06-25 13:20:39 +0200 (Thu, 25 Jun 2015)
New Revision: 46126

Modified:
   trunk/package/boot/grub2/Makefile
Log:
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 <[email protected]>

Modified: trunk/package/boot/grub2/Makefile
===================================================================
--- trunk/package/boot/grub2/Makefile   2015-06-25 11:19:23 UTC (rev 46125)
+++ trunk/package/boot/grub2/Makefile   2015-06-25 11:20:39 UTC (rev 46126)
@@ -22,6 +22,8 @@
 HOST_BUILD_PARALLEL:=1
 PKG_BUILD_DEPENDS:=grub2/host
 
+PKG_SSP:=0
+
 include $(INCLUDE_DIR)/host-build.mk
 include $(INCLUDE_DIR)/package.mk
 
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to