Module Name:    src
Committed By:   roy
Date:           Fri Jan 22 17:56:20 UTC 2016

Modified Files:
        src/external/bsd/wpa/bin: Makefile.inc

Log Message:
Fix build for clang and kqueue


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/wpa/bin/Makefile.inc

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/Makefile.inc
diff -u src/external/bsd/wpa/bin/Makefile.inc:1.2 src/external/bsd/wpa/bin/Makefile.inc:1.3
--- src/external/bsd/wpa/bin/Makefile.inc:1.2	Wed Jan 20 15:08:44 2016
+++ src/external/bsd/wpa/bin/Makefile.inc	Fri Jan 22 17:56:20 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.2 2016/01/20 15:08:44 roy Exp $
+# $NetBSD: Makefile.inc,v 1.3 2016/01/22 17:56:20 roy Exp $
 
 BINDIR?=	/usr/sbin
 
@@ -8,6 +8,9 @@ WPA_DISTDIR?=			${.CURDIR}/../../dist
 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 \

Reply via email to