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 Enable syslog support for hostapd



details:   https://anonhg.NetBSD.org/src/rev/e902c20bece2
branches:  trunk
changeset: 744482:e902c20bece2
user:      roy <roy%NetBSD.org@localhost>
date:      Mon Feb 03 09:10:47 2020 +0000

description:
Enable syslog support for hostapd

diffstat:

 external/bsd/wpa/bin/hostapd/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8df44be1152d -r e902c20bece2 external/bsd/wpa/bin/hostapd/Makefile
--- a/external/bsd/wpa/bin/hostapd/Makefile     Mon Feb 03 08:00:35 2020 +0000
+++ b/external/bsd/wpa/bin/hostapd/Makefile     Mon Feb 03 09:10:47 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/01/04 21:22:20 christos Exp $
+# $NetBSD: Makefile,v 1.13 2020/02/03 09:10:47 roy Exp $
 
 .include "${.CURDIR}/../Makefile.inc"
 
@@ -120,6 +120,7 @@
 CPPFLAGS+= -DRADIUS_SERVER
 CPPFLAGS+= -DCONFIG_CTRL_IFACE
 CPPFLAGS+= -DCONFIG_CTRL_IFACE_UNIX
+CPPFLAGS+= -DCONFIG_DEBUG_SYSLOG
 CPPFLAGS+= -DCONFIG_DRIVER_BSD
 CPPFLAGS+= -DCONFIG_DRIVER_NONE
 CPPFLAGS+= -DCONFIG_DRIVER_WIRED



Home | Main Index | Thread Index | Old Index