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:
Avi Kivity
2023-12-26 11:59:19 +02:00
committed by Nadav Har'El
parent 697ebef149
commit f0d6330204

View File

@@ -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