build: add crypto++ to dependencies
We depend on the crypto++ library (see utils/hashers.hh) but don't list
it in install-dependencies.sh. Currently this works because Seastar's
install-dependencies.sh installs it, but that's going away in [1]. List
crypto++ directly to keep install-dependencies.sh working.
Regenerating the frozen toolchain is unnecessary since we're re-adding
an existing dependency.
[1] 6bdef1e431
Closes scylladb/scylladb#16563
This commit is contained in:
@@ -48,6 +48,7 @@ debian_base_packages=(
|
||||
libdeflate-dev
|
||||
libabsl-dev
|
||||
librapidxml-dev
|
||||
libcrypto++-dev
|
||||
)
|
||||
|
||||
fedora_packages=(
|
||||
@@ -67,6 +68,7 @@ fedora_packages=(
|
||||
libdeflate-devel
|
||||
systemd-devel
|
||||
abseil-cpp-devel
|
||||
cryptopp-devel
|
||||
git
|
||||
python
|
||||
sudo
|
||||
|
||||
Reference in New Issue
Block a user