build-sys: Print libsodium status at end of configure
Like we do with other features.
This commit is contained in:
parent
59b9e64b72
commit
fbc5927d7e
|
|
@ -641,6 +641,7 @@ echo "
|
||||||
cryptographic checksums: $with_crypto
|
cryptographic checksums: $with_crypto
|
||||||
systemd: $with_libsystemd
|
systemd: $with_libsystemd
|
||||||
libmount: $with_libmount
|
libmount: $with_libmount
|
||||||
|
libsodium (ed25519 signatures): $with_libsodium
|
||||||
libarchive (parse tar files directly): $with_libarchive
|
libarchive (parse tar files directly): $with_libarchive
|
||||||
static deltas: yes (always enabled now)
|
static deltas: yes (always enabled now)
|
||||||
O_TMPFILE: $enable_otmpfile
|
O_TMPFILE: $enable_otmpfile
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue