From: Yousong Zhou Date: Tue, 25 Jul 2017 08:39:09 +0000 (+0800) Subject: shadowsocks-libev: configure with --disable-silent-rules X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c7195ece14720978193b3f153a0ab10863d504aa;p=feed%2Fpackages.git shadowsocks-libev: configure with --disable-silent-rules So that more details will be shown in faillogs Signed-off-by: Yousong Zhou --- diff --git a/net/shadowsocks-libev/Makefile b/net/shadowsocks-libev/Makefile index 90ffb5c552..8ca8122561 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))