diff --git a/net/shadowsocks-libev/Makefile b/net/shadowsocks-libev/Makefile index 90ffb5c55..8ca812256 100644 --- a/net/shadowsocks-libev/Makefile +++ b/net/shadowsocks-libev/Makefile @@ -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))