Module Name:    src
Committed By:   christos
Date:           Wed Jun  8 01:41:43 UTC 2016

Modified Files:
        src/external/bsd/dhcp/bin/server: Makefile

Log Message:
stack protector


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/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/bsd/dhcp/bin/server/Makefile
diff -u src/external/bsd/dhcp/bin/server/Makefile:1.1 src/external/bsd/dhcp/bin/server/Makefile:1.2
--- src/external/bsd/dhcp/bin/server/Makefile:1.1	Sun Mar 24 11:54:30 2013
+++ src/external/bsd/dhcp/bin/server/Makefile	Tue Jun  7 21:41:43 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/03/24 15:54:30 christos Exp $
+# $NetBSD: Makefile,v 1.2 2016/06/08 01:41:43 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -15,4 +15,6 @@ FILESDIR= /usr/share/examples/dhcp
 FILES=	dhcpd.conf
 .endif
 
+COPTS.omapi.c +=	-Wno-stack-protector
+
 .include <bsd.prog.mk>

Reply via email to