From 75a6e8e14c26eeef4fb29af26d76cdefef785b10 Mon Sep 17 00:00:00 2001
From: Tyler Amick <tyleramick01@gmail.com>
Date: Wed, 11 Sep 2024 23:05:14 -0400
Subject: [PATCH] make: add depends for abuild-tar.static

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b2d581a3..73242756 100644
--- a/Makefile
+++ b/Makefile
@@ -145,7 +145,7 @@ install: $(USR_BIN_FILES) $(SAMPLES) $(MAN_PAGES) $(AUTOTOOLS_TOOLCHAIN_FILES) d
 	install -D -m 644 -t $(DESTDIR)/$(sharedir)/ functions.sh default.conf $(SAMPLES)
 
 depends depend:
-	sudo apk --no-cache -U --virtual .abuild-depends add openssl-dev zlib-dev
+	sudo apk --no-cache -U --virtual .abuild-depends add openssl-dev openssl-libs-static zlib-dev
 
 .gitignore: Makefile
 	echo "*.tar.bz2" > $@
-- 
GitLab