pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/libsoup
Module Name:    pkgsrc
Committed By:   youri
Date:           Sat Jun  2 22:48:34 UTC 2018
Modified Files:
        pkgsrc/net/libsoup: Makefile
Log Message:
Disable compile time TLS check, glib-networking includes mozilla-rootcerts.
Fixes macos build.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/net/libsoup/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/libsoup/Makefile
diff -u pkgsrc/net/libsoup/Makefile:1.44 pkgsrc/net/libsoup/Makefile:1.45
--- pkgsrc/net/libsoup/Makefile:1.44    Sat May 26 21:48:31 2018
+++ pkgsrc/net/libsoup/Makefile Sat Jun  2 22:48:34 2018
@@ -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 @@ CONFIGURE_ENV+=               DATADIRNAME=share
 
 # 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