Browse Source

shadowsocks-libev: configure with --disable-silent-rules

So that more details will be shown in faillogs

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
lilik-openwrt-22.03
Yousong Zhou 8 years ago
parent
commit
c7195ece14
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      net/shadowsocks-libev/Makefile

+ 3
- 1
net/shadowsocks-libev/Makefile View 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))


Loading…
Cancel
Save