summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--external/mpl/dhcp/bin/server/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/external/mpl/dhcp/bin/server/Makefile b/external/mpl/dhcp/bin/server/Makefile
index 1a35e2f50fd..a89cd5f3dd6 100644
--- a/external/mpl/dhcp/bin/server/Makefile
+++ b/external/mpl/dhcp/bin/server/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2023/06/03 09:09:08 lukem Exp $
+# $NetBSD: Makefile,v 1.9 2023/06/03 21:27:11 lukem Exp $
.include <bsd.own.mk>
@@ -19,7 +19,6 @@ FILES= dhcpd.conf
COPTS.ddns.c +=-Wno-stringop-overflow
.endif
-COPTS.mdb6.c += ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} == 8:? -Wno-error=format-overflow :}
COPTS.omapi.c += -Wno-stack-protector
COPTS.confpars.c+= ${CC_WNO_STRINGOP_TRUNCATION}
COPTS.mdb6.c+= ${CC_WNO_STRINGOP_OVERFLOW}