diff --git a/external/bsd/dhcpcd/sbin/dhcpcd/Makefile b/external/bsd/dhcpcd/sbin/dhcpcd/Makefile index fef7b794623f..619b2c1a2123 100644 --- a/external/bsd/dhcpcd/sbin/dhcpcd/Makefile +++ b/external/bsd/dhcpcd/sbin/dhcpcd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2017/03/31 21:02:09 roy Exp $ +# $NetBSD: Makefile,v 1.36 2017/03/31 23:50:01 kamil Exp $ # WARNS?= 6 @@ -29,6 +29,7 @@ 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