pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/isc-dhcp4



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 10 14:24:59 UTC 2020

Modified Files:
        pkgsrc/net/isc-dhcp4: Makefile.common

Log Message:
net/isc-dhcp4: skip check for unknown configure options


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/net/isc-dhcp4/Makefile.common

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

Modified files:

Index: pkgsrc/net/isc-dhcp4/Makefile.common
diff -u pkgsrc/net/isc-dhcp4/Makefile.common:1.40 pkgsrc/net/isc-dhcp4/Makefile.common:1.41
--- pkgsrc/net/isc-dhcp4/Makefile.common:1.40   Thu Jan 23 08:11:27 2020
+++ pkgsrc/net/isc-dhcp4/Makefile.common        Sun May 10 14:24:59 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.40 2020/01/23 08:11:27 taca Exp $
+# $NetBSD: Makefile.common,v 1.41 2020/05/10 14:24:59 rillig Exp $
 #
 # used by net/isc-dhcp4/Makefile
 # used by net/isc-dhcpd4/Makefile
@@ -22,6 +22,7 @@ VERSION=              4.4.2
 .include "../../mk/bsd.prefs.mk"
 
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_STRICT=  no # has several configure programs
 DHCP_HOME?=            ${VARBASE}/db/isc-dhcp
 DHCP_PID?=             ${VARBASE}/run/isc-dhcp
 PKG_SYSCONFSUBDIR=     dhcp



Home | Main Index | Thread Index | Old Index