From: Alexandros C. Couloumbis Date: Wed, 23 Mar 2011 20:02:00 +0000 (+0000) Subject: net/iputils: fix ping & arping under brcm47xx. X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=2a3bc41f4e519c066be62cb0d4ca55fc7a135825;p=openwrt%2Fsvn-archive%2Fpackages.git net/iputils: fix ping & arping under brcm47xx. SVN-Revision: 26278 --- diff --git a/net/iputils/Makefile b/net/iputils/Makefile index fdf0d2d90..8039bf5fc 100644 --- a/net/iputils/Makefile +++ b/net/iputils/Makefile @@ -121,6 +121,9 @@ define Package/iputils-traceroute6/description Traces path to a network host (IPv6). endef +ifeq ($(BOARD),brcm47xx) + TARGET_CFLAGS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall +endif MAKE_FLAGS += \ CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) $(TARGET_LDFLAGS)" \