Module Name:    src
Committed By:   roy
Date:           Sun Apr  2 20:17:11 UTC 2017

Modified Files:
        src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile

Log Message:
No more need to disable stack protector


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/external/bsd/dhcpcd/sbin/dhcpcd/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/dhcpcd/sbin/dhcpcd/Makefile
diff -u src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.36 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.37
--- src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.36	Fri Mar 31 23:50:01 2017
+++ src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile	Sun Apr  2 20:17:11 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2017/03/31 23:50:01 kamil Exp $
+# $NetBSD: Makefile,v 1.37 2017/04/02 20:17:11 roy Exp $
 #
 
 WARNS?=		6
@@ -29,7 +29,6 @@ SRCS+=		auth.c hmac_md5.c
 .if (${USE_INET} != "no")
 CPPFLAGS+=	-DARP -DINET
 SRCS+=		arp.c bpf.c dhcp.c ipv4.c
-COPTS.bpf.c+=	-Wno-stack-protector
 .if !defined(SMALLPROG)
 CPPFLAGS+=	-DIPV4LL
 SRCS+=		ipv4ll.c

Reply via email to