add dependencies for mini_httpd
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 18 Oct 2006 20:43:32 +0000 (20:43 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 18 Oct 2006 20:43:32 +0000 (20:43 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5211 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/mini_httpd/Makefile

index 1640fa7..9b3243e 100644 (file)
@@ -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