fish: Add (lib)pcre2 dependency
authorDaniel Engberg <redacted>
Sun, 21 Oct 2018 08:53:28 +0000 (10:53 +0200)
committerGitHub <redacted>
Sun, 21 Oct 2018 08:53:28 +0000 (10:53 +0200)
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 <redacted>
utils/fish/Makefile

index 4c4e10898a235b85567fbe32ee5a16ac39343371..672d71231ba5c744f53e3059ce3667bb69a4ef63 100644 (file)
@@ -25,7 +25,7 @@ define Package/fish
   CATEGORY:=Utilities
   SUBMENU:=Shells
   TITLE:=A smart and user-friendly command line shell
-  DEPENDS:=+libncurses +libstdcpp +librt
+  DEPENDS:=+libncurses +libstdcpp +librt +libpcre2-32
   URL:=https://fishshell.com
 endef
 
git clone https://git.99rst.org/PROJECT