Browse Source

Disable ssp for OpenWRT

pull/542/head
Max Lv 8 years ago
parent
commit
6d5415eb9a
1 changed files with 2 additions and 0 deletions
  1. 2
      openwrt/Makefile

2
openwrt/Makefile

@ -56,6 +56,8 @@ define Package/shadowsocks-libev/conffiles
/etc/shadowsocks.json
endef
CONFIGURE_ARGS += --disable-ssp
ifeq ($(BUILD_VARIANT),polarssl)
CONFIGURE_ARGS += --with-crypto-library=polarssl
endif

Loading…
Cancel
Save