diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2020-01-08 11:05:28 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2020-01-08 11:54:46 +0800 |
commit | 99ecbf7f40e7df78a474ff18fddbabb8239d4182 (patch) | |
tree | 2884bc135fda4604d5ceba9f9f4be6f0da81aaed /net/openvswitch/Makefile | |
parent | 67a95d4984211457397ca57243c851cdfbc549c2 (diff) |
openvswitch: configure with --disable-silent-rules
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'net/openvswitch/Makefile')
-rw-r--r-- | net/openvswitch/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |