packages: some (e)glibc fixes after r44701
Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 44842
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user