pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/heimdal



Module Name:    pkgsrc
Committed By:   rillig
Date:           Thu Feb 13 21:04:25 UTC 2020

Modified Files:
        pkgsrc/security/heimdal: Makefile

Log Message:
security/heimdal: disable check for unknown GNU configure options

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


To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 pkgsrc/security/heimdal/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/heimdal/Makefile
diff -u pkgsrc/security/heimdal/Makefile:1.135 pkgsrc/security/heimdal/Makefile:1.136
--- pkgsrc/security/heimdal/Makefile:1.135      Sat Jan 18 21:48:21 2020
+++ pkgsrc/security/heimdal/Makefile    Thu Feb 13 21:04:25 2020
@@ -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 @@ MAKE_ENV+=            INSTALL_CATPAGES=no
 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