Browse Source

cyassl: shouldn't depend on zlib when compiled with --without-zlib

SVN-Revision: 20692
Steven Barth 15 years ago
parent
commit
eb3e79eec7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      package/cyassl/Makefile

+ 0 - 1
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