mirror of
https://github.com/netdata/netdata.git
synced 2025-04-13 01:08:11 +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"
|
['gentoo']="net-misc/curl"
|
||||||
['ubuntu']="libcurl4-openssl-dev"
|
['ubuntu']="libcurl4-openssl-dev"
|
||||||
['macos']="curl"
|
['macos']="curl"
|
||||||
|
['freebsd']="curl"
|
||||||
['default']="libcurl-devel"
|
['default']="libcurl-devel"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue