From 1eb8783e7c1dc2af2497c688b061661ebf13a0f6 Mon Sep 17 00:00:00 2001 From: roy Date: Sun, 2 Apr 2017 20:17:11 +0000 Subject: [PATCH] No more need to disable stack protector --- external/bsd/dhcpcd/sbin/dhcpcd/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/external/bsd/dhcpcd/sbin/dhcpcd/Makefile b/external/bsd/dhcpcd/sbin/dhcpcd/Makefile index 619b2c1a2123..1b8fd4b80b29 100644 --- a/external/bsd/dhcpcd/sbin/dhcpcd/Makefile +++ b/external/bsd/dhcpcd/sbin/dhcpcd/Makefile @@ -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