summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wpa
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2009-03-14 22:50:03 +0000
committerdas <das@FreeBSD.org>2009-03-14 22:50:03 +0000
commit63352849623a7acf382be410cee858494d0192b1 (patch)
tree5691b56e09b9e6719a62ca3aef6ebef15c350e86 /usr.sbin/wpa
parent8e6c20cc53bc3f491d598ab27bd4a9e219026667 (diff)
downloadFreeBSD-src-63352849623a7acf382be410cee858494d0192b1.zip
FreeBSD-src-63352849623a7acf382be410cee858494d0192b1.tar.gz
Fix build breakage due to the interplay between r189801 and r189824.
In particular, vendor sources that aren't ready for gnu99 should still be compiled with gnu89. (Before r189824, these would have generated warnings if you tried to compile them in gnu99 mode, but the warnings went unheeded due to -Wno-error.)
Diffstat (limited to 'usr.sbin/wpa')
-rw-r--r--usr.sbin/wpa/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/wpa/Makefile.inc b/usr.sbin/wpa/Makefile.inc
index 2f9b9ce..0d20034 100644
--- a/usr.sbin/wpa/Makefile.inc
+++ b/usr.sbin/wpa/Makefile.inc
@@ -24,4 +24,6 @@ CFLAGS+=-I${WPA_DISTDIR}/src/utils
CFLAGS+= -DCONFIG_CTRL_IFACE
CFLAGS+= -DCONFIG_CTRL_IFACE_UNIX
+CSTD= gnu89 # XXX
+
.include <bsd.own.mk>
OpenPOWER on IntegriCloud