fish: Do not build with uClibc-ng
fish requires locale_t, which uClibc-ng does not enable by default. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
727d2b5a61
commit
a74791edfe
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ define Package/fish
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
SUBMENU:=Shells
|
SUBMENU:=Shells
|
||||||
TITLE:=A smart and user-friendly command line shell
|
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
|
URL:=https://fishshell.com
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue