mirror of
https://github.com/netdata/netdata.git
synced 2025-04-06 14:35:32 +00:00
fix(packaging): fix installing libcurl_dev on FreeBSD (#18845)
This commit is contained in:
parent
ed2c616434
commit
fb6cf45661
1 changed files with 1 additions and 0 deletions
|
@ -843,6 +843,7 @@ declare -A pkg_libcurl_dev=(
|
|||
['gentoo']="net-misc/curl"
|
||||
['ubuntu']="libcurl4-openssl-dev"
|
||||
['macos']="curl"
|
||||
['freebsd']="curl"
|
||||
['default']="libcurl-devel"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue