Module Name: src Committed By: kamil Date: Fri Mar 31 23:50:01 UTC 2017
Modified Files: src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile Log Message: Disable stack-protector for bpf.c (sbin/dhcpcd) This is temporary build fix. Approved by <roy> To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 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.35 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.36 --- src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.35 Fri Mar 31 21:02:09 2017 +++ src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile Fri Mar 31 23:50:01 2017 @@ -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