diff options
author | cyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-04 11:16:46 +0000 |
---|---|---|
committer | cyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-04 11:16:46 +0000 |
commit | 064b7710ffd7c9db3413fa188d3827ee523c28ed (patch) | |
tree | a232868a87437485ee15f870137c6d6fe5bce975 /package/cyassl/Makefile | |
parent | d7cba3c5fb2dfd5bc1e6c7e822463db96a339006 (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/Makefile')
-rw-r--r-- | package/cyassl/Makefile | 1 |
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 |