pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/libsoup Disable compile time TLS check, glib-netwo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6fa4f673ffab
branches:  trunk
changeset: 308869:6fa4f673ffab
user:      youri <youri%pkgsrc.org@localhost>
date:      Sat Jun 02 22:48:34 2018 +0000

description:
Disable compile time TLS check, glib-networking includes mozilla-rootcerts.
Fixes macos build.

diffstat:

 net/libsoup/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 0275fe5959f3 -r 6fa4f673ffab net/libsoup/Makefile
--- a/net/libsoup/Makefile      Sat Jun 02 22:29:11 2018 +0000
+++ b/net/libsoup/Makefile      Sat Jun 02 22:48:34 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2018/05/26 21:48:31 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2018/06/02 22:48:34 youri Exp $
 
 DISTNAME=      libsoup-2.62.2
 CATEGORIES=    net gnome
@@ -21,7 +21,8 @@
 
 # XXX: disable Vala bindings otherwise the configure phase fails because is not
 # XXX: able to find vapigen.
-CONFIGURE_ARGS+=       --enable-vala=no
+CONFIGURE_ARGS+=       --enable-vala=no \
+                       --disable-tls-check
 
 PKGCONFIG_OVERRIDE+=   libsoup-2.4.pc.in
 PKGCONFIG_OVERRIDE+=   libsoup-gnome-2.4.pc.in



Home | Main Index | Thread Index | Old Index