From: Steven Barth Date: Sun, 4 Apr 2010 11:16:46 +0000 (+0000) Subject: cyassl: shouldn't depend on zlib when compiled with --without-zlib X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=eb3e79eec7fcdc7e5c47bad1081268def6d01051;p=librecmc%2Flibrecmc.git cyassl: shouldn't depend on zlib when compiled with --without-zlib SVN-Revision: 20692 --- 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