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:   rillig
Date:           Thu Jan  1 10:09:54 UTC 2026

Modified Files:
        pkgsrc/www/curl: options.mk

Log Message:
www/curl: remove unknown configure option


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/curl/options.mk

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/options.mk
diff -u pkgsrc/www/curl/options.mk:1.25 pkgsrc/www/curl/options.mk:1.26
--- pkgsrc/www/curl/options.mk:1.25     Wed Nov  5 09:59:03 2025
+++ pkgsrc/www/curl/options.mk  Thu Jan  1 10:09:54 2026
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.25 2025/11/05 09:59:03 wiz Exp $
+# $NetBSD: options.mk,v 1.26 2026/01/01 10:09:54 rillig Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.curl
 PKG_SUPPORTED_OPTIONS=         inet6 openssl libssh2 gssapi ldap rtmp idn http2
@@ -19,7 +19,6 @@ CONFIGURE_ARGS+=      --disable-ipv6
 
 .if !empty(PKG_OPTIONS:Mopenssl)
 .include "../../security/openssl/buildlink3.mk"
-CONFIGURE_ARGS+=       --enable-openssl
 .else
 CONFIGURE_ARGS+=       --without-ssl
 .endif



Home | Main Index | Thread Index | Old Index