shadowsocks-libev: configure with --disable-silent-rules
authorYousong Zhou <yszhou4tech@gmail.com>
Tue, 25 Jul 2017 08:39:09 +0000 (16:39 +0800)
committerYousong Zhou <yszhou4tech@gmail.com>
Tue, 25 Jul 2017 08:48:34 +0000 (16:48 +0800)
So that more details will be shown in faillogs

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
net/shadowsocks-libev/Makefile

index 90ffb5c552ea9419140b6cda4d7d455cc8607e6b..8ca8122561cf156d431c18e03b0c2641b8020cdb 100644 (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))