mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-21 22:29:54 -04:00
relax libxxhash version requirement
i tested it with libxxhash 0.6.5 on debian buster [amd64], it worked. but for ARM it requires an important fix that was released in 0.7.2.
This commit is contained in:
parent
f0fa5accf6
commit
eb4092fba5
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -22,7 +22,7 @@ prefer_system_libzstd = True
|
|||
# True: use the shared libb2 from the system, False: use the bundled blake2 code
|
||||
prefer_system_libb2 = True
|
||||
|
||||
# True: use the shared libxxhash (>= 0.7.4) from the system, False: use the bundled xxhash code
|
||||
# True: use the shared libxxhash (>= 0.6.5 [>= 0.7.2 on ARM]) from the system, False: use the bundled xxhash code
|
||||
prefer_system_libxxhash = True
|
||||
|
||||
# prefer_system_msgpack is another option, but you need to set it in src/borg/helpers.py.
|
||||
|
|
|
|||
Loading…
Reference in a new issue