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/wpa_supplicant Build with interface mat...



details:   https://anonhg.NetBSD.org/src/rev/448d4e858dcd
branches:  trunk
changeset: 344344:448d4e858dcd
user:      roy <roy%NetBSD.org@localhost>
date:      Wed Mar 23 09:35:25 2016 +0000

description:
Build with interface matching support.

diffstat:

 external/bsd/wpa/bin/wpa_supplicant/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 8f7bc934ddc8 -r 448d4e858dcd external/bsd/wpa/bin/wpa_supplicant/Makefile
--- a/external/bsd/wpa/bin/wpa_supplicant/Makefile      Wed Mar 23 09:31:58 2016 +0000
+++ b/external/bsd/wpa/bin/wpa_supplicant/Makefile      Wed Mar 23 09:35:25 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2016/01/08 23:31:29 roy Exp $
+# $NetBSD: Makefile,v 1.7 2016/03/23 09:35:25 roy Exp $
 
 .include "${.CURDIR}/../Makefile.inc"
 
@@ -57,13 +57,14 @@
 
 CPPFLAGS+=-DCONFIG_BACKEND_FILE
 CPPFLAGS+=-DCONFIG_PEERKEY
-CPPFLAGS+=-DCONFIG_DEBUG_SYSLOG
+CPPFLAGS+=-DCONFIG_MATCH_IFACE
+CPPFLAGS+=-DCONFIG_DRIVER_BSD
 CPPFLAGS+=-DCONFIG_DRIVER_WIRED
-CPPFLAGS+=-DCONFIG_DRIVER_BSD
 CPPFLAGS+=-DCONFIG_CTRL_IFACE
 CPPFLAGS+=-DCONFIG_CTRL_IFACE_UNIX
 CPPFLAGS+=-DCONFIG_SMARTCARD
 CPPFLAGS+=-DCONFIG_DEBUG_FILE
+CPPFLAGS+=-DCONFIG_DEBUG_SYSLOG
 
 DPADD+=        ${LIBPCAP}
 LDADD+=        -lpcap



Home | Main Index | Thread Index | Old Index