summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-09-26 19:01:50 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-09-26 19:01:50 +0000
commit21adeeda4da4c10a70f44e2cf1832e221483f1bf (patch)
treeeb015318aa1c36fdb81149f684ef1c939ccbfab3 /package
parentaa04a43d98cc584ff1eef4e47ef645c0a739bbcf (diff)
add _GNU_SOURCE to CPPFLAGS required to include <bits/socket.h> on recent eglibc revisions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17749 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/swconfig/Makefile1
-rw-r--r--package/wprobe/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/package/swconfig/Makefile b/package/swconfig/Makefile
index bec94a1ca..a7bed7317 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 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)