Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/wpa/bin/hostapd don't compile in ipv6 support u...
details: https://anonhg.NetBSD.org/src/rev/e59ffcec8467
branches: trunk
changeset: 757435:e59ffcec8467
user: christos <christos%NetBSD.org@localhost>
date: Sun Aug 29 15:53:01 2010 +0000
description:
don't compile in ipv6 support unconditionally.
diffstat:
external/bsd/wpa/bin/hostapd/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r a649aeac6efe -r e59ffcec8467 external/bsd/wpa/bin/hostapd/Makefile
--- a/external/bsd/wpa/bin/hostapd/Makefile Sun Aug 29 15:40:35 2010 +0000
+++ b/external/bsd/wpa/bin/hostapd/Makefile Sun Aug 29 15:53:01 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2010/08/04 17:12:33 christos Exp $
+# $NetBSD: Makefile,v 1.2 2010/08/29 15:53:01 christos Exp $
.include "${.CURDIR}/../Makefile.inc"
@@ -101,7 +101,9 @@
CPPFLAGS+= -DCONFIG_CTRL_IFACE
CPPFLAGS+= -DCONFIG_CTRL_IFACE_UNIX
CPPFLAGS+= -DCONFIG_DRIVER_BSD
+.if ${MKINET6} != "no"
CPPFLAGS+= -DCONFIG_IPV6
+.endif
CPPFLAGS+= -DCONFIG_PEERKEY
CPPFLAGS+= -DCONFIG_RSN_PREAUTH
Home |
Main Index |
Thread Index |
Old Index