From eb3e79eec7fcdc7e5c47bad1081268def6d01051 Mon Sep 17 00:00:00 2001
From: Steven Barth <cyrus@openwrt.org>
Date: Sun, 4 Apr 2010 11:16:46 +0000
Subject: [PATCH] cyassl: shouldn't depend on zlib when compiled with
 --without-zlib

SVN-Revision: 20692
---
 package/cyassl/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/cyassl/Makefile b/package/cyassl/Makefile
index af4bc269bb1..a8168ec4c9d 100644
--- a/package/cyassl/Makefile
+++ b/package/cyassl/Makefile
@@ -24,7 +24,6 @@ define Package/libcyassl
   SECTION:=libs
   SUBMENU:=SSL
   CATEGORY:=Libraries
-  DEPENDS:=+zlib
   TITLE:=CyaSSL library
   URL:=http://www.yassl.com/
 endef