From 4288ec653068edff5b7df9d211faf245ca5f6de1 Mon Sep 17 00:00:00 2001 From: "Alexandros C. Couloumbis" Date: Wed, 23 Mar 2011 20:02:00 +0000 Subject: [PATCH] net/iputils: fix ping & arping under brcm47xx. SVN-Revision: 26278 --- net/iputils/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/iputils/Makefile b/net/iputils/Makefile index fdf0d2d903..8039bf5fc3 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)" \ -- 2.30.2