Module Name: src
Committed By: roy
Date: Wed Mar 23 09:35:25 UTC 2016
Modified Files:
src/external/bsd/wpa/bin/wpa_supplicant: Makefile
Log Message:
Build with interface matching support.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/wpa/bin/wpa_supplicant/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/wpa/bin/wpa_supplicant/Makefile
diff -u src/external/bsd/wpa/bin/wpa_supplicant/Makefile:1.6 src/external/bsd/wpa/bin/wpa_supplicant/Makefile:1.7
--- src/external/bsd/wpa/bin/wpa_supplicant/Makefile:1.6 Fri Jan 8 23:31:29 2016
+++ src/external/bsd/wpa/bin/wpa_supplicant/Makefile Wed Mar 23 09:35:25 2016
@@ -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+= \
CPPFLAGS+=-DCONFIG_BACKEND_FILE
CPPFLAGS+=-DCONFIG_PEERKEY
-CPPFLAGS+=-DCONFIG_DEBUG_SYSLOG
-CPPFLAGS+=-DCONFIG_DRIVER_WIRED
+CPPFLAGS+=-DCONFIG_MATCH_IFACE
CPPFLAGS+=-DCONFIG_DRIVER_BSD
+CPPFLAGS+=-DCONFIG_DRIVER_WIRED
CPPFLAGS+=-DCONFIG_CTRL_IFACE
CPPFLAGS+=-DCONFIG_CTRL_IFACE_UNIX
CPPFLAGS+=-DCONFIG_SMARTCARD
CPPFLAGS+=-DCONFIG_DEBUG_FILE
+CPPFLAGS+=-DCONFIG_DEBUG_SYSLOG
DPADD+= ${LIBPCAP}
LDADD+= -lpcap