projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaac2b0
)
shadowsocks-libev: configure with --disable-silent-rules
author
Yousong Zhou
<yszhou4tech@gmail.com>
Tue, 25 Jul 2017 08:39:09 +0000
(16:39 +0800)
committer
Yousong 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
patch
|
blob
|
history
diff --git
a/net/shadowsocks-libev/Makefile
b/net/shadowsocks-libev/Makefile
index 90ffb5c552ea9419140b6cda4d7d455cc8607e6b..8ca8122561cf156d431c18e03b0c2641b8020cdb 100644
(file)
--- 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))