From 99ecbf7f40e7df78a474ff18fddbabb8239d4182 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Wed, 8 Jan 2020 11:05:28 +0800 Subject: [PATCH] openvswitch: configure with --disable-silent-rules Signed-off-by: Yousong Zhou --- net/openvswitch/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index d50425702..db9a9fd1d 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 \