projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b0a9b5
)
cyassl: shouldn't depend on zlib when compiled with --without-zlib
author
Steven Barth
<cyrus@openwrt.org>
Sun, 4 Apr 2010 11:16:46 +0000
(11:16 +0000)
committer
Steven Barth
<cyrus@openwrt.org>
Sun, 4 Apr 2010 11:16:46 +0000
(11:16 +0000)
SVN-Revision: 20692
package/cyassl/Makefile
patch
|
blob
|
history
diff --git
a/package/cyassl/Makefile
b/package/cyassl/Makefile
index af4bc269bb164abfaaf3a808e500c0568853b4cf..a8168ec4c9db4d90271e917bea6695830038217a 100644
(file)
--- 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