1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 00:21:51 +02:00

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

SVN-Revision: 20692
This commit is contained in:
Steven Barth 2010-04-04 11:16:46 +00:00
parent 1b0a9b51c4
commit eb3e79eec7

@ -24,7 +24,6 @@ define Package/libcyassl
SECTION:=libs
SUBMENU:=SSL
CATEGORY:=Libraries
DEPENDS:=+zlib
TITLE:=CyaSSL library
URL:=http://www.yassl.com/
endef