diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-05-20 08:40:17 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-05-20 08:41:15 +0300 |
commit | c4ae272b2ce102619120516d95199604e0fede1c (patch) | |
tree | 0bdd859ff1aefbf916c0a4b3ef2bfc745dbfeaf4 /net-libs | |
parent | dev-python/jira: fix dependencies for 1.0.10 (diff) | |
download | gentoo-c4ae272b2ce102619120516d95199604e0fede1c.tar.gz gentoo-c4ae272b2ce102619120516d95199604e0fede1c.tar.bz2 gentoo-c4ae272b2ce102619120516d95199604e0fede1c.zip |
net-libs/glib-networking: Fix tests with gnutls[-sslv3]
Gentoo-bug: 595952
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/glib-networking/glib-networking-2.50.0.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net-libs/glib-networking/glib-networking-2.50.0.ebuild b/net-libs/glib-networking/glib-networking-2.50.0.ebuild index c2e1fe5a929c..cf2c5212846a 100644 --- a/net-libs/glib-networking/glib-networking-2.50.0.ebuild +++ b/net-libs/glib-networking/glib-networking-2.50.0.ebuild @@ -32,6 +32,13 @@ DEPEND="${RDEPEND} " # eautoreconf needs >=sys-devel/autoconf-2.65:2.5 +src_prepare() { + default + # Disable SSLv3 requiring fallback test, which fails with net-libs/gnutls[-sslv3], bug 595952 + # https://bugzilla.gnome.org/show_bug.cgi?id=782853 + sed -i -e '/\/tls\/connection\/fallback\/SSL/d' "${S}"/tls/tests/connection.c || die +} + multilib_src_configure() { ECONF_SOURCE=${S} \ gnome2_src_configure \ |