X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=package%2Fsystem%2Fubox%2FMakefile;fp=package%2Fsystem%2Fubox%2FMakefile;h=5a51dc08dc4353a906ce8f6167c9b32f81a9f468;hp=b58eb16b4d1045ffa21065386c60b18e82a3f583;hb=7e7f106a39ef045ea268c20e9140c607786bb436;hpb=7a0a0f6b00a6034bb24df273839fe0bcda138f7f 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