Browse Source

openwrt: disable documentation build by default (#760)

Debloating asciidoc and xmlto makes life easier on OpenWrt/LEDE.

Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
pull/773/head
Syrone Wong 8 years ago
committed by Max Lv
parent
commit
84cc109743
1 changed files with 1 additions and 1 deletions
  1. 2
      openwrt/Makefile

2
openwrt/Makefile

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

Loading…
Cancel
Save