src/backup/chunk_store.rs: use lz4 for compression

And depend on lz4 lib now.
This commit is contained in:
Dietmar Maurer
2019-02-25 07:26:40 +01:00
parent 2e05a1ca7d
commit 78216a5ab1
3 changed files with 16 additions and 18 deletions

2
debian/control vendored
View File

@ -5,6 +5,7 @@ Maintainer: Proxmox Support Team <support@proxmox.com>
Build-Depends: bash-completion,
debhelper (>= 10),
libpam0g-dev,
liblz4-dev,
pkg-config,
docutils-doc,
Standards-Version: 3.9.5
@ -16,5 +17,6 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
libjs-extjs (>= 6.0.1),
fonts-font-awesome,
proxmox-widget-toolkit,
liblz4-1,
Description: Proxmox Backup Server
This is experimental code used to test Rust.