pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/ircd-hybrid chat/ircd-hybrid: Adds support for wo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/18acc9bbadbc
branches: trunk
changeset: 411072:18acc9bbadbc
user: fox <fox%pkgsrc.org@localhost>
date: Tue Feb 04 20:40:18 2020 +0000
description:
chat/ircd-hybrid: Adds support for wolfSSL TLS option.
diffstat:
chat/ircd-hybrid/options.mk | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 78fcb0ce889f -r 18acc9bbadbc chat/ircd-hybrid/options.mk
--- a/chat/ircd-hybrid/options.mk Tue Feb 04 20:33:02 2020 +0000
+++ b/chat/ircd-hybrid/options.mk Tue Feb 04 20:40:18 2020 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.6 2020/01/25 23:48:31 fox Exp $
+# $NetBSD: options.mk,v 1.7 2020/02/04 20:40:18 fox Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ircd-hybrid
PKG_OPTIONS_OPTIONAL_GROUPS= ssl
-PKG_OPTIONS_GROUP.ssl= gnutls ssl
+PKG_OPTIONS_GROUP.ssl= gnutls ssl wolfssl
PKG_SUGGESTED_OPTIONS= ssl
@@ -18,6 +18,9 @@
.elif !empty(PKG_OPTIONS:Mgnutls)
. include "../../security/gnutls/buildlink3.mk"
CONFIGURE_ARGS+= --with-tls=gnutls
+.elif !empty(PKG_OPTIONS:Mwolfssl)
+. include "../../security/wolfssl/buildlink3.mk"
+CONFIGURE_ARGS+= --with-tls=wolfssl
.else
CONFIGURE_ARGS+= --with-tls=none
.endif
Home |
Main Index |
Thread Index |
Old Index