From c7195ece14720978193b3f153a0ab10863d504aa Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Tue, 25 Jul 2017 16:39:09 +0800 Subject: [PATCH] shadowsocks-libev: configure with --disable-silent-rules So that more details will be shown in faillogs Signed-off-by: Yousong Zhou --- net/shadowsocks-libev/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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))