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 Revert prior as dhcpcd-8.0.1...



details:   https://anonhg.NetBSD.org/src/rev/6afb2a7fdc6e
branches:  trunk
changeset: 457959:6afb2a7fdc6e
user:      roy <roy%NetBSD.org@localhost>
date:      Thu Jul 25 08:58:32 2019 +0000

description:
Revert prior as dhcpcd-8.0.1 now builds small without IPv4LL again.

diffstat:

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

diffs (22 lines):

diff -r 0b9d50e21b7a -r 6afb2a7fdc6e external/bsd/dhcpcd/sbin/dhcpcd/Makefile
--- a/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Thu Jul 25 08:55:18 2019 +0000
+++ b/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Thu Jul 25 08:58:32 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2019/07/24 21:19:05 roy Exp $
+# $NetBSD: Makefile,v 1.47 2019/07/25 08:58:32 roy Exp $
 #
 
 WARNS?=                6
@@ -32,10 +32,10 @@
 .if (${USE_INET} != "no")
 CPPFLAGS+=     -DARP -DINET
 SRCS+=         arp.c bpf.c dhcp.c ipv4.c
-#.if !defined(SMALLPROG)
+.if !defined(SMALLPROG)
 CPPFLAGS+=     -DIPV4LL -DARPING
 SRCS+=         ipv4ll.c
-#.endif
+.endif
 .endif
 
 .if (${USE_INET6} != "no")



Home | Main Index | Thread Index | Old Index