diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2023-02-02 02:17:21 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-02 04:49:56 +0000 |
commit | b20b5bab12d0085e0c1e92c34ab1a1c39c2b01ce (patch) | |
tree | 06b18d2e09965b766c3cd8e045239c4735828ad9 /profiles/arch/sparc | |
parent | net-misc/openvswitch: keyword 2.17.2-r1 for ~ppc64 (diff) | |
download | gentoo-b20b5bab12d0085e0c1e92c34ab1a1c39c2b01ce.tar.gz gentoo-b20b5bab12d0085e0c1e92c34ab1a1c39c2b01ce.tar.bz2 gentoo-b20b5bab12d0085e0c1e92c34ab1a1c39c2b01ce.zip |
net-misc/openvswitch: add USE=unwind
Building net-misc/openvswitch on a host with sys-libs/libunwind
installed results in several binaries being linked to libunwind.so.
As net-misc/openvswitch lacks a dependency on sys-libs/libunwind,
installing a binpkg created on such host will result in broken binaries.
There is no configure option to disable libunwind, and upstream enables
the dependency unconditionally in their RPM spec, but as we support
architectures that do not support libunwind, this is not an option.
Add a USE flag to toggle libunwind via the autoconf macro.
Closes: https://bugs.gentoo.org/892389
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Closes: https://github.com/gentoo/gentoo/pull/29385
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/arch/sparc')
-rw-r--r-- | profiles/arch/sparc/package.use.mask | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index c460aac2ca72..525793fbb21d 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Stijn Tintel <stijn@linux-ipv6.be> (2023-02-02) +# Dependency not keyworded +# https://bugs.gentoo.org/show_bug.cgi?id=892389 +net-misc/openvswitch unwind + # Sam James <sam@gentoo.org> (2023-01-31) # jit not supported on sparc32 or sparc64 dev-libs/libpcre2 jit |