diff options
author | Steven Barth <cyrus@openwrt.org> | 2010-04-04 11:16:46 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2010-04-04 11:16:46 +0000 |
commit | eb3e79eec7fcdc7e5c47bad1081268def6d01051 (patch) | |
tree | 4b0964d2a60df20895cca23b7edc994921a3f888 /package | |
parent | 1b0a9b51c4f1381dd4a9589edce6dab31381a398 (diff) | |
download | upstream-eb3e79eec7fcdc7e5c47bad1081268def6d01051.tar.gz upstream-eb3e79eec7fcdc7e5c47bad1081268def6d01051.tar.bz2 upstream-eb3e79eec7fcdc7e5c47bad1081268def6d01051.zip |
cyassl: shouldn't depend on zlib when compiled with --without-zlib
SVN-Revision: 20692
Diffstat (limited to 'package')
-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 |