Browse Source
Merge pull request #9043 from neheb/fish
fish: Do not build with uClibc-ng
lilik-openwrt-22.03
Rosen Penev
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|
|
|
|