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 build dhcpcd with ARPING sup...



details:   https://anonhg.NetBSD.org/src/rev/2a200a372204
branches:  trunk
changeset: 826582:2a200a372204
user:      roy <roy%NetBSD.org@localhost>
date:      Fri Sep 15 12:02:00 2017 +0000

description:
build dhcpcd with ARPING support for non small builds.

diffstat:

 external/bsd/dhcpcd/sbin/dhcpcd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e6a5d8272c16 -r 2a200a372204 external/bsd/dhcpcd/sbin/dhcpcd/Makefile
--- a/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Fri Sep 15 08:31:32 2017 +0000
+++ b/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Fri Sep 15 12:02:00 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2017/04/14 10:00:06 roy Exp $
+# $NetBSD: Makefile,v 1.41 2017/09/15 12:02:00 roy Exp $
 #
 
 WARNS?=                6
@@ -33,7 +33,7 @@
 CPPFLAGS+=     -DARP -DINET
 SRCS+=         arp.c bpf.c dhcp.c ipv4.c
 .if !defined(SMALLPROG)
-CPPFLAGS+=     -DIPV4LL
+CPPFLAGS+=     -DIPV4LL -DARPING
 SRCS+=         ipv4ll.c
 .endif
 .endif



Home | Main Index | Thread Index | Old Index