Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/polkit security/polkit: skip check for unknow...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d409b85fb8bc
branches:  trunk
changeset: 431430:d409b85fb8bc
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed May 13 04:36:41 2020 +0000

description:
security/polkit: skip check for unknown configure options

diffstat:

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

diffs (17 lines):

diff -r 9194b1df3711 -r d409b85fb8bc security/polkit/Makefile
--- a/security/polkit/Makefile  Wed May 13 04:35:55 2020 +0000
+++ b/security/polkit/Makefile  Wed May 13 04:36:41 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2020/05/04 02:11:00 gutteridge Exp $
+# $NetBSD: Makefile,v 1.24 2020/05/13 04:36:41 rillig Exp $
 
 DISTNAME=      polkit-0.116
 PKGREVISION=   2
@@ -16,6 +16,7 @@
 NOT_PAX_MPROTECT_SAFE= lib/polkit-1/polkitd
 
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_STRICT=  no # has sub-configures
 USE_LANGUAGES=         c c++14
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes



Home | Main Index | Thread Index | Old Index