diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2018-03-20 22:32:16 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-22 18:58:28 +0100 |
commit | 2386eb3801cb0ea091a58de777d5c8ce03234d61 (patch) | |
tree | 3f82ba760ef2733723487cfb0deec249d045e7c2 /net-analyzer | |
parent | net-analyzer/sslsplit: explicit elibc_musl (diff) | |
download | gentoo-2386eb3801cb0ea091a58de777d5c8ce03234d61.tar.gz gentoo-2386eb3801cb0ea091a58de777d5c8ce03234d61.tar.bz2 gentoo-2386eb3801cb0ea091a58de777d5c8ce03234d61.zip |
net-analyzer/sslsplit: fix an error in network-sandboxed test
Closes: https://bugs.gentoo.org/650998
Closes: https://github.com/gentoo/gentoo/pull/7528
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/sslsplit/sslsplit-0.5.2.ebuild | 1 | ||||
-rw-r--r-- | net-analyzer/sslsplit/sslsplit-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild b/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild index fbeb39924c75..0257c885324a 100644 --- a/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild +++ b/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild @@ -35,6 +35,7 @@ src_prepare() { sed -i 's/-D_FORTIFY_SOURCE=2 //g' GNUmakefile || die sed -i 's/\<FEATURES\>/SSLSPLIT_FEATURES/g' GNUmakefile version.c || die + sed -i '/opts_suite/d' main.t.c || die } src_install() { diff --git a/net-analyzer/sslsplit/sslsplit-9999.ebuild b/net-analyzer/sslsplit/sslsplit-9999.ebuild index 537d8ae9c54e..c501c1e3acd3 100644 --- a/net-analyzer/sslsplit/sslsplit-9999.ebuild +++ b/net-analyzer/sslsplit/sslsplit-9999.ebuild @@ -35,6 +35,7 @@ src_prepare() { sed -i 's/-D_FORTIFY_SOURCE=2 //g' GNUmakefile || die sed -i 's/\<FEATURES\>/SSLSPLIT_FEATURES/g' GNUmakefile build.c || die + sed -i '/opts_suite/d' main.t.c || die } src_install() { |