From: Yousong Zhou Date: Wed, 8 Jan 2020 03:05:28 +0000 (+0800) Subject: openvswitch: configure with --disable-silent-rules X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=99ecbf7f40e7df78a474ff18fddbabb8239d4182;p=feed%2Fpackages.git openvswitch: configure with --disable-silent-rules Signed-off-by: Yousong Zhou --- diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index d504257023..db9a9fd1d8 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -318,6 +318,7 @@ CONFIGURE_ARGS+= \ --enable-ndebug \ --enable-shared \ --disable-libcapng \ + --disable-silent-rules \ CONFIGURE_VARS += \ ovs_cv_flake8=no \