diff options
author | youri <youri@pkgsrc.org> | 2018-06-02 22:48:34 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2018-06-02 22:48:34 +0000 |
commit | ff9ea2e578c313fd88cd00f83fd5c69e930eda71 (patch) | |
tree | 16988851c816260f19ebaaac069f8f3c016aa8dc /net | |
parent | ad20dd912defb8825ff23be9313c94b98c10d1dd (diff) | |
download | pkgsrc-ff9ea2e578c313fd88cd00f83fd5c69e930eda71.tar.gz |
Disable compile time TLS check, glib-networking includes mozilla-rootcerts.
Fixes macos build.
Diffstat (limited to 'net')
-rw-r--r-- | net/libsoup/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/libsoup/Makefile b/net/libsoup/Makefile index 1c638b74261..9f331c5bdb3 100644 --- a/net/libsoup/Makefile +++ b/net/libsoup/Makefile @@ -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 |