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 | 4b382a440b0a7cbddeddd5dafa24be7eca3cd628 (patch) | |
tree | d2220eee775ac541f4ba4df5a39f7104e9380018 /package/network/utils | |
parent | 81e51681e73490040842b96ac0250cde6c5a102a (diff) | |
download | mtk-20170518-4b382a440b0a7cbddeddd5dafa24be7eca3cd628.zip mtk-20170518-4b382a440b0a7cbddeddd5dafa24be7eca3cd628.tar.gz mtk-20170518-4b382a440b0a7cbddeddd5dafa24be7eca3cd628.tar.bz2 |
packages: some (e)glibc fixes after r44701
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 44842
Diffstat (limited to 'package/network/utils')
-rw-r--r-- | package/network/utils/iproute2/Makefile | 6 | ||||
-rw-r--r-- | package/network/utils/iputils/Makefile | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index 56d2897..a2dae6d 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 diff --git a/package/network/utils/iputils/Makefile b/package/network/utils/iputils/Makefile index 1dc993c..8d7b84d 100644 --- a/package/network/utils/iputils/Makefile +++ b/package/network/utils/iputils/Makefile @@ -68,7 +68,7 @@ endef define Package/iputils-ping6 $(call Package/iputils/Default) TITLE:=iputils - ping6 - DEPENDS+= @IPV6 +USE_EGLIBC:libopenssl + DEPENDS+= @IPV6 +USE_GLIBC:libopenssl endef define Package/iputils-ping6/description |