From a74791edfea17fff89573b521386749d1a249257 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 20 May 2019 18:02:31 -0700 Subject: [PATCH] fish: Do not build with uClibc-ng fish requires locale_t, which uClibc-ng does not enable by default. 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 51307c1465..79fe089205 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 + DEPENDS:=+libncurses +libstdcpp +librt +libpcre2-32 @!UCLIBC URL:=https://fishshell.com endef