From 21adeeda4da4c10a70f44e2cf1832e221483f1bf Mon Sep 17 00:00:00 2001 From: nico Date: Sat, 26 Sep 2009 19:01:50 +0000 Subject: add _GNU_SOURCE to CPPFLAGS required to include on recent eglibc revisions git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17749 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/wprobe/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'package/wprobe') diff --git a/package/wprobe/Makefile b/package/wprobe/Makefile index 02e9919aa..536a85eb2 100644 --- a/package/wprobe/Makefile +++ b/package/wprobe/Makefile @@ -61,6 +61,7 @@ define Build/Prepare endef TARGET_CPPFLAGS := \ + -D_GNU_SOURCE \ -I$(STAGING_DIR)/usr/include/libnl-tiny \ $(TARGET_CPPFLAGS) -- cgit v1.2.3