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 the eloop hack should not be needed any...



details:   https://anonhg.NetBSD.org/src/rev/1756263f4f68
branches:  trunk
changeset: 343195:1756263f4f68
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 24 18:49:05 2016 +0000

description:
the eloop hack should not be needed anymore.

diffstat:

 external/bsd/wpa/bin/Makefile.inc |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 4c090d9935d1 -r 1756263f4f68 external/bsd/wpa/bin/Makefile.inc
--- a/external/bsd/wpa/bin/Makefile.inc Sun Jan 24 18:21:50 2016 +0000
+++ b/external/bsd/wpa/bin/Makefile.inc Sun Jan 24 18:49:05 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.3 2016/01/22 17:56:20 roy Exp $
+# $NetBSD: Makefile.inc,v 1.4 2016/01/24 18:49:05 christos Exp $
 
 BINDIR?=       /usr/sbin
 
@@ -8,9 +8,6 @@
 WPA_SUPPLICANT_DISTDIR?=       ${WPA_DISTDIR}/wpa_supplicant
 HOSTAPD_DISTDIR?=              ${WPA_DISTDIR}/hostapd
 
-# clang dislikes the NetBSD specific kevent header
-COPTS.eloop.c =                        -Wno-int-conversion
-
 .PATH.c: \
        ${WPA_DISTDIR}/src/ap \
        ${WPA_DISTDIR}/src/common \



Home | Main Index | Thread Index | Old Index