diff options
author | Sam James <sam@gentoo.org> | 2023-06-17 17:09:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-17 17:09:03 +0100 |
commit | a2494b77d21f70b6e1fef71496e23740b550116e (patch) | |
tree | c34cc44c2aa15ca9f23e7e40ca3f62dde19e9ea9 /net-analyzer/wireshark/wireshark-3.6.13.ebuild | |
parent | net-dns/bind-tools: Stabilize 9.16.41 x86, #908617 (diff) | |
download | gentoo-a2494b77d21f70b6e1fef71496e23740b550116e.tar.gz gentoo-a2494b77d21f70b6e1fef71496e23740b550116e.tar.bz2 gentoo-a2494b77d21f70b6e1fef71496e23740b550116e.zip |
net-analyzer/wireshark: add missing filter-lto for USE=-lto
Note that USE=lto is masked right now too.
Bug: https://bugs.gentoo.org/754021
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/wireshark/wireshark-3.6.13.ebuild')
-rw-r--r-- | net-analyzer/wireshark/wireshark-3.6.13.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-analyzer/wireshark/wireshark-3.6.13.ebuild b/net-analyzer/wireshark/wireshark-3.6.13.ebuild index 0079012cf99c..5bcc3eef297d 100644 --- a/net-analyzer/wireshark/wireshark-3.6.13.ebuild +++ b/net-analyzer/wireshark/wireshark-3.6.13.ebuild @@ -136,6 +136,8 @@ src_configure() { append-cxxflags -fPIC -DPIC fi + ! use lto && filter-lto + python_setup mycmakeargs+=( |