shadowsocks-libev: configure with --disable-silent-rules

So that more details will be shown in faillogs

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
Yousong Zhou 2017-07-25 16:39:09 +08:00
parent eaac2b03b0
commit c7195ece14
1 changed files with 3 additions and 1 deletions

View File

@ -107,7 +107,9 @@ uci batch <<-EOF
EOF
endef
CONFIGURE_ARGS += --disable-documentation
CONFIGURE_ARGS += \
--disable-documentation \
--disable-silent-rules \
$(eval $(call BuildPackage,shadowsocks-libev-config))
$(eval $(call BuildPackage,shadowsocks-libev-ss-rules))