From 61e048ea85be887938bc722a3b0b50f5e2a43679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= Date: Tue, 8 Sep 2020 15:04:02 +0200 Subject: [PATCH] debian-bootstrap: Add liblz4-tool Allows running the tests of lz4-frame-conduit, see https://github.com/nh2/lz4-frame-conduit/issues/3 --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 21e9973c..f4f5b847 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -94,6 +94,7 @@ apt-get install -y \ liblapack-dev \ libleveldb-dev \ liblmdb-dev \ + liblz4-tool \ liblzma-dev \ libmagic-dev \ libmagickcore-dev \