From: cyrus 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.rohieb.name/openwrt.git/commitdiff_plain/064b7710ffd7c9db3413fa188d3827ee523c28ed 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 --- diff --git a/package/cyassl/Makefile b/package/cyassl/Makefile index af4bc269b..a8168ec4c 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