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/system/ubox/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/system/ubox/Makefile') diff --git a/package/system/ubox/Makefile b/package/system/ubox/Makefile index b58eb16b4d..5a51dc08dc 100644 --- a/package/system/ubox/Makefile +++ b/package/system/ubox/Makefile @@ -20,12 +20,12 @@ PKG_MAINTAINER:=John Crispin include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk -TARGET_LDFLAGS += $(if $(CONFIG_USE_EGLIBC),-lrt) +TARGET_LDFLAGS += $(if $(CONFIG_USE_GLIBC),-lrt) define Package/ubox SECTION:=base CATEGORY:=Base system - DEPENDS:=+libubox +ubusd +ubus +libubus +libuci +USE_EGLIBC:librt + DEPENDS:=+libubox +ubusd +ubus +libubus +libuci +USE_GLIBC:librt TITLE:=OpenWrt system helper toolbox endef -- cgit v1.2.3