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 Temporarily turn on IPV4LL f...
details: https://anonhg.NetBSD.org/src/rev/c9e8cb927c04
branches: trunk
changeset: 962560:c9e8cb927c04
user: roy <roy%NetBSD.org@localhost>
date: Wed Jul 24 21:19:05 2019 +0000
description:
Temporarily turn on IPV4LL for SMALL builds to work around a compile issue.
This will be fixed in the next import.
diffstat:
external/bsd/dhcpcd/sbin/dhcpcd/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r e1fefc81ef04 -r c9e8cb927c04 external/bsd/dhcpcd/sbin/dhcpcd/Makefile
--- a/external/bsd/dhcpcd/sbin/dhcpcd/Makefile Wed Jul 24 19:40:55 2019 +0000
+++ b/external/bsd/dhcpcd/sbin/dhcpcd/Makefile Wed Jul 24 21:19:05 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2019/02/07 21:38:53 roy Exp $
+# $NetBSD: Makefile,v 1.46 2019/07/24 21:19:05 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