pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/nmh nmh: If the `tls' option isn't requested pass...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2792c7f0da5d
branches:  trunk
changeset: 371767:2792c7f0da5d
user:      leot <leot%pkgsrc.org@localhost>
date:      Wed Nov 22 08:42:24 2017 +0000

description:
nmh: If the `tls' option isn't requested pass `--without-tls' to CONFIGURE_ARGS

(Previosly if selected or not *always* `--with-tls' was accidently passed to the
CONFIGURE_ARGS for the `tls' PKG_OPTION)

Pointed out by Joyent SmartOS bulk builds.

diffstat:

 mail/nmh/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r f5c1cd3b3f8e -r 2792c7f0da5d mail/nmh/options.mk
--- a/mail/nmh/options.mk       Tue Nov 21 19:16:47 2017 +0000
+++ b/mail/nmh/options.mk       Wed Nov 22 08:42:24 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2017/11/21 10:32:02 leot Exp $
+# $NetBSD: options.mk,v 1.6 2017/11/22 08:42:24 leot Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.nmh
 PKG_SUPPORTED_OPTIONS=         nmh-backup-hash oauth sasl tls
@@ -33,5 +33,5 @@
 CONFIGURE_ARGS+=       --with-tls
 .include "../../security/openssl/buildlink3.mk"
 .else
-CONFIGURE_ARGS+=       --with-tls
+CONFIGURE_ARGS+=       --without-tls
 .endif



Home | Main Index | Thread Index | Old Index