diff options
author | Sam James <sam@gentoo.org> | 2022-07-24 01:40:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-24 01:40:23 +0100 |
commit | 572c7a8f682b9662b1e8300ede6466a07c34ded3 (patch) | |
tree | 95a8fc25bb30fe5c0a2121572c914fa6c096ed85 /net-misc/openvswitch | |
parent | net-libs/libtirpc: backport security fixes (diff) | |
download | gentoo-572c7a8f682b9662b1e8300ede6466a07c34ded3.tar.gz gentoo-572c7a8f682b9662b1e8300ede6466a07c34ded3.tar.bz2 gentoo-572c7a8f682b9662b1e8300ede6466a07c34ded3.zip |
net-misc/openvswitch: disable automagic graphviz usage
Noticed because of build failures w/ certain versions of graphviz (fixed upstream in
graphviz now).
Bug: https://bugs.gentoo.org/854663
Closes: https://bugs.gentoo.org/856286
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/openvswitch')
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.17.2-r1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-misc/openvswitch/openvswitch-2.17.2-r1.ebuild b/net-misc/openvswitch/openvswitch-2.17.2-r1.ebuild index 0eacedda4239..6cfb0d98f8bb 100644 --- a/net-misc/openvswitch/openvswitch-2.17.2-r1.ebuild +++ b/net-misc/openvswitch/openvswitch-2.17.2-r1.ebuild @@ -75,6 +75,10 @@ src_configure() { # in Gentoo does not make much sense, only breaks them: bug #607280 export ovs_cv_flake8="no" + # Only adds a diagram to the man page, just skip it as we don't + # want to add a BDEPEND on graphviz right now. bug #856286 + export ovs_cv_dot="no" + local linux_config use modules && linux_config="--with-linux=${KV_OUT_DIR}" |