diff options
| author | lukem <lukem@NetBSD.org> | 2023-06-03 21:27:11 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2023-06-03 21:27:11 +0000 |
| commit | 1bf20fbe89308711ae4313c42f44a6db2caf40ed (patch) | |
| tree | a105e446dc2c76c06177a14f2136168a57eb7bd1 /external | |
| parent | 79bd2bad85e843c62f8ae61e8c9cfb4f5d675626 (diff) | |
dhcp: remove gcc 8 workaround
(if it's needed, add it back using ${CC_WNO_FORMAT_OVERFLOW})
Diffstat (limited to 'external')
| -rw-r--r-- | external/mpl/dhcp/bin/server/Makefile | 3 |
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} |
