From d198838a621460685d1a15c1dc64d74fcf74139e Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 18 Oct 2006 20:43:32 +0000 Subject: [PATCH] add dependencies for mini_httpd SVN-Revision: 5211 --- net/mini_httpd/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/mini_httpd/Makefile b/net/mini_httpd/Makefile index 1640fa755c..9b3243ebb4 100644 --- a/net/mini_httpd/Makefile +++ b/net/mini_httpd/Makefile @@ -57,6 +57,7 @@ endef define Package/mini-httpd-matrixssl $(call Package/mini-httpd) + DEPENDS:=+libmatrixssl TITLE:=A small web server, built with SSL support using MatrixSSL DESCRIPTION+=This package adds SSL/HTTPS. (MatrixSSL) endef @@ -69,6 +70,7 @@ endef define Package/mini-httpd-openssl $(call Package/mini-httpd) + DEPENDS:=+libopenssl TITLE:=A small web server, built with SSL support using OpenSSL DESCRIPTION+=This package adds SSL/HTTPS. (OpenSSL) endef -- 2.30.2