pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/polkit



Module Name:    pkgsrc
Committed By:   rillig
Date:           Wed May 13 04:36:41 UTC 2020

Modified Files:
        pkgsrc/security/polkit: Makefile

Log Message:
security/polkit: skip check for unknown configure options


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/security/polkit/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/polkit/Makefile
diff -u pkgsrc/security/polkit/Makefile:1.23 pkgsrc/security/polkit/Makefile:1.24
--- pkgsrc/security/polkit/Makefile:1.23        Mon May  4 02:11:00 2020
+++ pkgsrc/security/polkit/Makefile     Wed May 13 04:36:41 2020
@@ -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 @@ BUILD_DEPENDS+=               docbook-xsl-[0-9]*:../.
 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