commit: c4ae272b2ce102619120516d95199604e0fede1c
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat May 20 05:40:17 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat May 20 05:41:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ae272b
net-libs/glib-networking: Fix tests with gnutls[-sslv3]
Gentoo-bug: 595952
net-libs/glib-networking/glib-networking-2.50.0.ebuild | 7 +++++++
1 file changed, 7 insertions(+)
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 c2e1fe5a929..cf2c5212846 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 \