From d5b1101196841b447a039b77fc812d0cba70d9ce Mon Sep 17 00:00:00 2001 From: Max Lv Date: Tue, 30 Jun 2015 19:22:28 +0800 Subject: [PATCH] fix #330 --- openwrt/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openwrt/Makefile b/openwrt/Makefile index 8da593c9..44658950 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -15,6 +15,9 @@ PKG_FIXUP:=autoreconf PKG_USE_MIPS16:=0 PKG_BUILD_PARALLEL:=1 +# enable SSP +TARGET_CFLAGS += -fstack-protector + include $(INCLUDE_DIR)/package.mk define Package/shadowsocks-libev/Default