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/e69e6f5ef510
branches: trunk
changeset: 381281:e69e6f5ef510
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 e59c43436936 -r e69e6f5ef510 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