aboutsummaryrefslogtreecommitdiffstats
path: root/package/cyassl
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2010-04-04 11:16:46 +0000
committerSteven Barth <steven@midlink.org>2010-04-04 11:16:46 +0000
commit7426205f9e21b5b3c1f72d8ec9a2acc107861394 (patch)
treea232868a87437485ee15f870137c6d6fe5bce975 /package/cyassl
parentb163b3fcbc790bd386bc539cd69f122ff11db8a8 (diff)
downloadupstream-7426205f9e21b5b3c1f72d8ec9a2acc107861394.tar.gz
upstream-7426205f9e21b5b3c1f72d8ec9a2acc107861394.tar.bz2
upstream-7426205f9e21b5b3c1f72d8ec9a2acc107861394.zip
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 af4bc269bb..a8168ec4c9 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