From 27057b91632c17733578b198a6f8d04ca5d4b548 Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 7 Jun 2012 12:37:49 +0000 Subject: iproute2: fix build errors with newer versions of eglibc git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32103 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/iproute2/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'package') diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile index 640b5658f..80681f557 100644 --- a/package/iproute2/Makefile +++ b/package/iproute2/Makefile @@ -63,6 +63,12 @@ define Build/Configure > $(PKG_BUILD_DIR)/include/SNAPSHOT.h endef +ifdef CONFIG_USE_EGLIBC + ifndef CONFIG_EGLIBC_VERSION_2_13 + TARGET_CFLAGS += -DHAVE_SETNS + endif +endif + MAKE_FLAGS += \ EXTRA_CCOPTS="$(TARGET_CFLAGS) -I../include -I$(STAGING_DIR)/usr/include/libnl-tiny" \ KERNEL_INCLUDE="$(LINUX_DIR)/include" \ -- cgit v1.2.3