summaryrefslogtreecommitdiffstats
path: root/package/cyassl
diff options
context:
space:
mode:
authorcyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-04 11:16:46 +0000
committercyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-04 11:16:46 +0000
commit064b7710ffd7c9db3413fa188d3827ee523c28ed (patch)
treea232868a87437485ee15f870137c6d6fe5bce975 /package/cyassl
parentd7cba3c5fb2dfd5bc1e6c7e822463db96a339006 (diff)
cyassl: shouldn't depend on zlib when compiled with --without-zlib
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20692 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/cyassl')
-rw-r--r--package/cyassl/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/cyassl/Makefile b/package/cyassl/Makefile
index af4bc269b..a8168ec4c 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