From 4b382a440b0a7cbddeddd5dafa24be7eca3cd628 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 16 Mar 2015 12:25:06 +0000 Subject: packages: some (e)glibc fixes after r44701 Signed-off-by: Nicolas Thill SVN-Revision: 44842 --- package/network/utils/iproute2/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'package/network/utils/iproute2/Makefile') diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index 56d2897e2a..a2dae6d61b 100644 --- a/package/network/utils/iproute2/Makefile +++ b/package/network/utils/iproute2/Makefile @@ -82,10 +82,8 @@ 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 +ifdef CONFIG_USE_GLIBC + TARGET_CFLAGS += -DHAVE_SETNS endif ifdef CONFIG_USE_MUSL TARGET_CFLAGS += -DHAVE_SETNS -- cgit v1.2.3