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>
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