0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-06 06:25:32 +00:00

add pcre2 dev to install-requires-packages.sh ()

* add pcre2 dev to install-requires-packages.sh

* add rhel

---------

Co-authored-by: Costa Tsaousis <costa@netdata.cloud>
This commit is contained in:
Ilya Mashchenko 2024-12-15 22:01:51 +02:00 committed by GitHub
parent 8b7a31ba80
commit 96b5e8b12f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -702,7 +702,15 @@ declare -A pkg_libsystemd_dev=(
)
declare -A pkg_pcre2=(
['alpine']="pcre2-dev"
['arch']="pcre2"
['centos']="pcre2-devel"
['debian']="libpcre2-dev"
['freebsd']="pcre2"
['macos']="pcre2"
['rhel']="pcre2-devel"
['suse']="pcre2-devel"
['ubuntu']="libpcre2-dev"
['default']="NOTREQUIRED"
)