Merge pull request #9043 from neheb/fish

fish: Do not build with uClibc-ng
This commit is contained in:
Rosen Penev
2019-05-26 15:42:48 -07:00
committed by GitHub
+1 -1
View File
@@ -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