fish: Do not build with uClibc-ng 9043/head
authorRosen Penev <rosenp@gmail.com>
Tue, 21 May 2019 01:02:31 +0000 (18:02 -0700)
committerRosen Penev <rosenp@gmail.com>
Tue, 21 May 2019 01:02:31 +0000 (18:02 -0700)
fish requires locale_t, which uClibc-ng does not enable by default.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
utils/fish/Makefile

index 51307c14654fee9ef0a0327923c766b8646acd32..79fe08920559dcd45168895784584d9417c16057 100644 (file)
@@ -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