pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/heimdal security/heimdal: disable check for u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bba0cdf2ea98
branches:  trunk
changeset: 411494:bba0cdf2ea98
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Feb 13 21:04:25 2020 +0000

description:
security/heimdal: disable check for unknown GNU configure options

Heimdal has bundled libreadline, which has its own configure file with
completely different options.

diffstat:

 security/heimdal/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r bc8495367773 -r bba0cdf2ea98 security/heimdal/Makefile
--- a/security/heimdal/Makefile Thu Feb 13 19:29:51 2020 +0000
+++ b/security/heimdal/Makefile Thu Feb 13 21:04:25 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.135 2020/01/18 21:48:21 jperkin Exp $
+# $NetBSD: Makefile,v 1.136 2020/02/13 21:04:25 rillig Exp $
 
 DISTNAME=      heimdal-1.5.3
 PKGREVISION=   22
@@ -29,6 +29,7 @@
 HEIMDAL_HDB_DIR=       ${VARBASE}/heimdal
 
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_STRICT=  no # has multiple configure scripts
 CONFIGURE_ARGS+=       --enable-kcm
 CONFIGURE_ARGS+=       --enable-pthread-support
 CONFIGURE_ARGS+=       --includedir=${PREFIX}/include/krb5



Home | Main Index | Thread Index | Old Index