pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/ircd-hybrid
Module Name: pkgsrc
Committed By: fox
Date: Thu Jan 23 10:06:22 UTC 2020
Modified Files:
pkgsrc/chat/ircd-hybrid: options.mk
Log Message:
chat/ircd-hybrid: Replaces deprecated openssl options.
Replaces the deprecated --enable-openssl / --disable-openssl with the
--with-tls=openssl for OpenSSL support.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/chat/ircd-hybrid/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/chat/ircd-hybrid/options.mk
diff -u pkgsrc/chat/ircd-hybrid/options.mk:1.4 pkgsrc/chat/ircd-hybrid/options.mk:1.5
--- pkgsrc/chat/ircd-hybrid/options.mk:1.4 Fri Feb 8 13:09:35 2019
+++ pkgsrc/chat/ircd-hybrid/options.mk Thu Jan 23 10:06:22 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2019/02/08 13:09:35 fox Exp $
+# $NetBSD: options.mk,v 1.5 2020/01/23 10:06:22 fox Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ircd-hybrid
PKG_SUPPORTED_OPTIONS= ssl
@@ -11,7 +11,7 @@ PKG_SUGGESTED_OPTIONS= ssl
###
.if !empty(PKG_OPTIONS:Mssl)
.include "../../security/openssl/buildlink3.mk"
-CONFIGURE_ARGS+= --enable-openssl=${BUILDLINK_PREFIX.openssl}
+CONFIGURE_ARGS+= --with-tls=openssl
.else
-CONFIGURE_ARGS+= --disable-openssl
+CONFIGURE_ARGS+= --with-tls=none
.endif
Home |
Main Index |
Thread Index |
Old Index