diff --git a/Makefile b/Makefile
index b2d581a34b5844d734ba07357d9faa6944e49357..73242756162ddf3e6907b8a339a56811c6ddc4c6 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" > $@