mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 08:14:32 +04:00
fish: Add (lib)pcre2 dependency
Use the shared version of libpcre2 instead of bundled. Fixes the following error: Package fish is missing dependencies for the following libraries: libpcre2-32.so.0 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
This commit is contained in:
@@ -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
|
DEPENDS:=+libncurses +libstdcpp +librt +libpcre2-32
|
||||||
URL:=https://fishshell.com
|
URL:=https://fishshell.com
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user