From 85bc7bc4f3b3212509b86f13ea15960b98234257 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 27 May 2019 16:55:02 -0700 Subject: [PATCH] fish: Fix wrong dependency UCLIBC should be USE_UCLIBC Signed-off-by: Rosen Penev --- utils/fish/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/fish/Makefile b/utils/fish/Makefile index 79fe08920..8ce447425 100644 --- a/utils/fish/Makefile +++ b/utils/fish/Makefile @@ -25,7 +25,7 @@ define Package/fish CATEGORY:=Utilities SUBMENU:=Shells TITLE:=A smart and user-friendly command line shell - DEPENDS:=+libncurses +libstdcpp +librt +libpcre2-32 @!UCLIBC + DEPENDS:=+libncurses +libstdcpp +librt +libpcre2-32 @!USE_UCLIBC URL:=https://fishshell.com endef