From d3e152fdd6361b99a6af93b306444be96426fb36 Mon Sep 17 00:00:00 2001
From: Ariadne Conill <ariadne@dereferenced.org>
Date: Thu, 6 May 2021 21:49:31 +0000
Subject: [PATCH] bootstrap: use libretls dependency instead of
 libtls-standalone

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

diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index 8f305a4eafa7..17022949d95b 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -96,7 +96,7 @@ EXTRADEPENDS_TARGET="libgcc libstdc++ musl-dev"
 
 # ordered cross-build
 for PKG in fortify-headers linux-headers musl libc-dev pkgconf zlib \
-	   openssl ca-certificates libmd libbsd libtls-standalone busybox busybox-initscripts binutils make \
+	   openssl ca-certificates libmd libbsd libretls busybox busybox-initscripts binutils make \
 	   apk-tools file \
 	   gmp mpfr4 mpc1 isl22 cloog libucontext gcc \
 	   openrc alpine-conf alpine-baselayout alpine-keys alpine-base patch build-base \
-- 
GitLab