From 08938e63d023858f52e0df71a335a6106d9cbdfb Mon Sep 17 00:00:00 2001
From: Nicolas Thill <nico@openwrt.org>
Date: Sat, 26 Sep 2009 19:01:50 +0000
Subject: [PATCH] add _GNU_SOURCE to CPPFLAGS required to include
 <bits/socket.h> on recent eglibc revisions

SVN-Revision: 17749
---
 package/swconfig/Makefile | 1 +
 package/wprobe/Makefile   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/package/swconfig/Makefile b/package/swconfig/Makefile
index bec94a1ca0..a7bed73174 100644
--- a/package/swconfig/Makefile
+++ b/package/swconfig/Makefile
@@ -21,6 +21,7 @@ define Package/swconfig
 endef
 
 TARGET_CPPFLAGS := \
+	-D_GNU_SOURCE \
 	-I$(STAGING_DIR)/usr/include/libnl-tiny \
 	-I$(LINUX_DIR)/include \
 	-I$(PKG_BUILD_DIR) \
diff --git a/package/wprobe/Makefile b/package/wprobe/Makefile
index 02e9919aa2..536a85eb2a 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)
 
-- 
GitLab