Module Name: src
Committed By: christos
Date: Wed Oct 30 00:25:00 UTC 2019
Modified Files:
src/external/mpl/dhcp/bin/server: Makefile
Log Message:
Looks like builtin_object_size does not work properly on sh3...
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/mpl/dhcp/bin/server/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mpl/dhcp/bin/server/Makefile
diff -u src/external/mpl/dhcp/bin/server/Makefile:1.1 src/external/mpl/dhcp/bin/server/Makefile:1.2
--- src/external/mpl/dhcp/bin/server/Makefile:1.1 Sat Apr 7 18:31:37 2018
+++ src/external/mpl/dhcp/bin/server/Makefile Tue Oct 29 20:25:00 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/04/07 22:31:37 christos Exp $
+# $NetBSD: Makefile,v 1.2 2019/10/30 00:25:00 christos Exp $
.include <bsd.own.mk>
@@ -15,6 +15,10 @@ FILESDIR= /usr/share/examples/dhcp
FILES= dhcpd.conf
.endif
+.if !empty(MACHINE_ARCH:Msh3*)
+COPTS.ddns.c +=-Wno-stringop-overflow
+.endif
+
COPTS.omapi.c += -Wno-stack-protector
.include <bsd.prog.mk>