Source-Changes-HG archive

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

[src/trunk]: src/external/mpl/dhcp/bin/server Looks like builtin_object_size ...



details:   https://anonhg.NetBSD.org/src/rev/6316db955791
branches:  trunk
changeset: 460652:6316db955791
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Oct 30 00:25:00 2019 +0000

description:
Looks like builtin_object_size does not work properly on sh3...

diffstat:

 external/mpl/dhcp/bin/server/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 8e40203ff375 -r 6316db955791 external/mpl/dhcp/bin/server/Makefile
--- a/external/mpl/dhcp/bin/server/Makefile     Wed Oct 30 00:13:46 2019 +0000
+++ b/external/mpl/dhcp/bin/server/Makefile     Wed Oct 30 00:25:00 2019 +0000
@@ -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 @@
 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>



Home | Main Index | Thread Index | Old Index