diff options
author | Nicolas Thill <nico@openwrt.org> | 2015-03-16 12:25:06 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2015-03-16 12:25:06 +0000 |
commit | 7105a54bcb1ec09bd71ed530ef16ac39a08c06c3 (patch) | |
tree | d2268e094f43ad915138f40df3e8501203f45bd1 /package/network/utils/iproute2/Makefile | |
parent | 36da43e2deb597cecf6ed8ef8f2fb042cde7c83e (diff) | |
download | master-187ad058-7105a54bcb1ec09bd71ed530ef16ac39a08c06c3.tar.gz master-187ad058-7105a54bcb1ec09bd71ed530ef16ac39a08c06c3.tar.bz2 master-187ad058-7105a54bcb1ec09bd71ed530ef16ac39a08c06c3.zip |
packages: some (e)glibc fixes after r44701
Signed-off-by: Nicolas Thill <nico@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44842 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/iproute2/Makefile')
-rw-r--r-- | package/network/utils/iproute2/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
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 |