Skip to content

Commit

Permalink
curl: Add missing libbrotli-dev dependency (#1150)
Browse files Browse the repository at this point in the history
Debian decided to bump the curl version. We need to add a dependency to ensure it compiles.
  • Loading branch information
stickz committed Mar 30, 2024
1 parent 6ac45d1 commit 9a23fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/functions/curl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Upgrade curl to bypass the bug in Debian 10. Can be used on any system however, but the benefit is to Buster users most

configure_curl() {
apt_install cmake libssl-dev libnghttp2-dev libzstd-dev libldap2-dev libssh2-1-dev libpsl-dev
apt_install cmake libssl-dev libnghttp2-dev libzstd-dev libldap2-dev libssh2-1-dev libpsl-dev libbrotli-dev
rm_if_exists /usr/local/lib/libcurl.la
}

Expand Down

0 comments on commit 9a23fc3

Please sign in to comment.