diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2017-07-25 16:39:09 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2017-07-25 16:48:34 +0800 |
commit | c7195ece14720978193b3f153a0ab10863d504aa (patch) | |
tree | bd09a1248c36ccfb5eba9ad74cef00b21e87c9b4 /net/shadowsocks-libev | |
parent | eaac2b03b0876803c4b90f9102133fe7e811e681 (diff) |
shadowsocks-libev: configure with --disable-silent-rules
So that more details will be shown in faillogs
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'net/shadowsocks-libev')
-rw-r--r-- | net/shadowsocks-libev/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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)) |