mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user