From 47e0f9bcb0ee111aa585cb25a2706f49e7c1b0ad Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 10 Jan 2023 14:09:28 +0100 Subject: [PATCH] remove BORG_LIBB2_PREFIX (not used any more) the code now uses hashlib.blake2b from python stdlib. --- docs/usage/general/environment.rst.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/usage/general/environment.rst.inc b/docs/usage/general/environment.rst.inc index ca6ecc6b9..4102be871 100644 --- a/docs/usage/general/environment.rst.inc +++ b/docs/usage/general/environment.rst.inc @@ -152,9 +152,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)