pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/curl



Module Name:    pkgsrc
Committed By:   leot
Date:           Sun Nov 15 20:27:39 UTC 2020

Modified Files:
        pkgsrc/www/curl: Makefile

Log Message:
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@.


To generate a diff of this commit:
cvs rdiff -u -r1.234 -r1.235 pkgsrc/www/curl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/curl/Makefile
diff -u pkgsrc/www/curl/Makefile:1.234 pkgsrc/www/curl/Makefile:1.235
--- pkgsrc/www/curl/Makefile:1.234      Sun Oct 18 14:50:45 2020
+++ pkgsrc/www/curl/Makefile    Sun Nov 15 20:27:39 2020
@@ -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
 



Home | Main Index | Thread Index | Old Index