summaryrefslogtreecommitdiff
path: root/www/curl
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2020-11-15 20:27:39 +0000
committerleot <leot@pkgsrc.org>2020-11-15 20:27:39 +0000
commit45edb69e9a36cd7bec0b050df60389b5df99494e (patch)
treebecd3ab84d0b54bca507fa4e68505c73c4d4f031 /www/curl
parent488897fb8877342e2b96c1601569aefed134cd49 (diff)
downloadpkgsrc-45edb69e9a36cd7bec0b050df60389b5df99494e.tar.gz
curl: Explicitly disable libpsl support
At least on some non-pkgsrc setup it can be accidentally picked up. Noticed by Dr. Thomas Orgis via tech-pkg@.
Diffstat (limited to 'www/curl')
-rw-r--r--www/curl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile
index a96f4108000..d62658be968 100644
--- a/www/curl/Makefile
+++ b/www/curl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.234 2020/10/18 14:50:45 wiz Exp $
+# $NetBSD: Makefile,v 1.235 2020/11/15 20:27:39 leot Exp $
DISTNAME= curl-7.73.0
CATEGORIES= www
@@ -21,6 +21,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl}
CONFIGURE_ARGS+= --with-ca-path=${SSLCERTS}
CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
+CONFIGURE_ARGS+= --without-libpsl
PKGCONFIG_OVERRIDE= libcurl.pc.in
TEST_TARGET= check