From a11a55e5c288e108f72a3fe13e429f6b7974be71 Mon Sep 17 00:00:00 2001
From: Ariadne Conill <ariadne@dereferenced.org>
Date: Wed, 10 Feb 2021 05:00:44 +0000
Subject: [PATCH] bootstrap: add zstd to bootstrap dependencies

---
 scripts/bootstrap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index 36a766f8d389..de6db3e322d8 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -103,7 +103,7 @@ for PKG in fortify-headers linux-headers musl libc-dev pkgconf zlib \
 	   attr libcap acl fakeroot tar \
 	   pax-utils lzip abuild ncurses libedit openssh \
 	   libcap-ng util-linux libaio lvm2 popt xz \
-	   json-c argon2 cryptsetup kmod lddtree mkinitfs \
+	   json-c argon2 cryptsetup zstd kmod lddtree mkinitfs \
 	   community/go libffi community/ghc \
 	   brotli libev c-ares cunit nghttp2 curl \
 	   pcre libssh2 community/http-parser community/libgit2 \
-- 
GitLab