Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/isc-dhcp4 net/isc-dhcp4: skip check for unknown co...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4138c144f572
branches:  trunk
changeset: 431235:4138c144f572
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 10 14:24:59 2020 +0000

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

diffstat:

 net/isc-dhcp4/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8c86700ecdd6 -r 4138c144f572 net/isc-dhcp4/Makefile.common
--- a/net/isc-dhcp4/Makefile.common     Sun May 10 14:23:36 2020 +0000
+++ b/net/isc-dhcp4/Makefile.common     Sun May 10 14:24:59 2020 +0000
@@ -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 @@
 .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