From: Rosen Penev Date: Tue, 21 May 2019 01:02:31 +0000 (-0700) Subject: fish: Do not build with uClibc-ng X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a74791edfea17fff89573b521386749d1a249257;p=openwrt-packages.git fish: Do not build with uClibc-ng fish requires locale_t, which uClibc-ng does not enable by default. Signed-off-by: Rosen Penev --- diff --git a/utils/fish/Makefile b/utils/fish/Makefile index 51307c146..79fe08920 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