1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-23 00:07:38 +00:00

remove BORG_LIBB2_PREFIX (not used any more)

the code now uses hashlib.blake2b from python stdlib.
This commit is contained in:
Thomas Waldmann 2023-01-10 14:09:28 +01:00
parent daf890ebfa
commit 43cbe6d8b6
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -156,9 +156,6 @@ Building:
BORG_LIBLZ4_PREFIX
Adds given prefix directory to the default locations. If a 'include/lz4.h' is found Borg
will be linked against the system liblz4 instead of a bundled implementation. (setup.py)
BORG_LIBB2_PREFIX
Adds given prefix directory to the default locations. If a 'include/blake2.h' is found Borg
will be linked against the system libb2 instead of a bundled implementation. (setup.py)
BORG_LIBZSTD_PREFIX
Adds given prefix directory to the default locations. If a 'include/zstd.h' is found Borg
will be linked against the system libzstd instead of a bundled implementation. (setup.py)