From dba24c39a6484be850b23cf027bd4e11f7d1751e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 4 Feb 2009 15:42:03 +0000 Subject: [PATCH] =?UTF-8?q?2009-02-04=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Makefile.am: Add -D__BSD_VISIBLE to wifi_rel_CPPFLAGS. --- c/src/lib/libbsp/arm/nds/ChangeLog | 4 ++++ c/src/lib/libbsp/arm/nds/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/c/src/lib/libbsp/arm/nds/ChangeLog b/c/src/lib/libbsp/arm/nds/ChangeLog index 0d3f8ab335..d647c145ac 100644 --- a/c/src/lib/libbsp/arm/nds/ChangeLog +++ b/c/src/lib/libbsp/arm/nds/ChangeLog @@ -1,3 +1,7 @@ +2009-02-04 Ralf Corsépius + + * Makefile.am: Add -D__BSD_VISIBLE to wifi_rel_CPPFLAGS. + 2008-12-05 Ralf Corsépius * bsp_specs: Remove -Qy from *link. diff --git a/c/src/lib/libbsp/arm/nds/Makefile.am b/c/src/lib/libbsp/arm/nds/Makefile.am index 46cc33c33d..76d26bcc55 100644 --- a/c/src/lib/libbsp/arm/nds/Makefile.am +++ b/c/src/lib/libbsp/arm/nds/Makefile.am @@ -99,7 +99,7 @@ if HAS_NETWORKING noinst_PROGRAMS += wifi.rel wifi_rel_SOURCES = wifi/wifi.c \ wifi/compat.c -wifi_rel_CPPFLAGS = $(AM_CPPFLAGS) -DARM9 -I$(srcdir)/dswifi/include -I$(srcdir)/libnds/include -I$(srcdir)/dswifi/include -D_KERNEL +wifi_rel_CPPFLAGS = $(AM_CPPFLAGS) -DARM9 -I$(srcdir)/dswifi/include -I$(srcdir)/libnds/include -I$(srcdir)/dswifi/include -D_KERNEL -D__BSD_VISIBLE wifi_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) endif