From: nbd Date: Wed, 18 Oct 2006 20:43:32 +0000 (+0000) Subject: add dependencies for mini_httpd X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=b186728d73e8365fc4f7d0fd23026a09252abc95;p=packages.git add dependencies for mini_httpd git-svn-id: svn://svn.openwrt.org/openwrt/packages@5211 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/mini_httpd/Makefile b/net/mini_httpd/Makefile index 1640fa755..9b3243ebb 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