Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/dhcpcd/sbin/dhcpcd No more need to disable stac...
details: https://anonhg.NetBSD.org/src/rev/5b51dd1955c4
branches: trunk
changeset: 352469:5b51dd1955c4
user: roy <roy%NetBSD.org@localhost>
date: Sun Apr 02 20:17:11 2017 +0000
description:
No more need to disable stack protector
diffstat:
external/bsd/dhcpcd/sbin/dhcpcd/Makefile | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r bc4baa0a7c82 -r 5b51dd1955c4 external/bsd/dhcpcd/sbin/dhcpcd/Makefile
--- a/external/bsd/dhcpcd/sbin/dhcpcd/Makefile Sun Apr 02 19:37:03 2017 +0000
+++ b/external/bsd/dhcpcd/sbin/dhcpcd/Makefile Sun Apr 02 20:17:11 2017 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index