From a694b2edf4e0f1f9a4765f644347ed13cfff883a Mon Sep 17 00:00:00 2001 From: mb Date: Wed, 3 Nov 2010 22:15:44 +0000 Subject: [PATCH] send: uClibc-0.9.31 fix git-svn-id: svn://svn.openwrt.org/openwrt/packages@23844 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ipv6/send/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ipv6/send/Makefile b/ipv6/send/Makefile index 2e7a65ae8..b08a1091d 100644 --- a/ipv6/send/Makefile +++ b/ipv6/send/Makefile @@ -40,6 +40,8 @@ define Package/send/conffiles /etc/sendd/params.conf endef +TARGET_CPPFLAGS+=-D_GNU_SOURCE + MAKE_FLAGS += \ CC="$(TARGET_CC)" \ CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/libnetfilter_queue $(TARGET_CPPFLAGS)" \ -- 2.11.0