projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
727d2b5
)
fish: Do not build with uClibc-ng
9043/head
author
Rosen Penev
<rosenp@gmail.com>
Tue, 21 May 2019 01:02:31 +0000
(18:02 -0700)
committer
Rosen 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
patch
|
blob
|
history
diff --git
a/utils/fish/Makefile
b/utils/fish/Makefile
index 51307c14654fee9ef0a0327923c766b8646acd32..79fe08920559dcd45168895784584d9417c16057 100644
(file)
--- a/
utils/fish/Makefile
+++ b/
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