projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0edabc
)
add openssl depend on zlib
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 15 Jun 2006 18:32:53 +0000
(18:32 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 15 Jun 2006 18:32:53 +0000
(18:32 +0000)
SVN-Revision: 3954
openwrt/package/openssl/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/openssl/Makefile
b/openwrt/package/openssl/Makefile
index 1b7ead87ee15c9b9034485711b1350c9ffaf0979..45b248fbf3ff8a4bb91e7b4ccc3e92dbe54d0352 100644
(file)
--- a/
openwrt/package/openssl/Makefile
+++ b/
openwrt/package/openssl/Makefile
@@
-78,6
+78,7
@@
define Package/libopenssl
SECTION:=base
CATEGORY:=Libraries
TITLE:=Open source SSL libraries
+ DEPENDS:=+zlib
DESCRIPTION:=Open source SSL (Secure Socket Layer) libraries
URL:=http://www.openssl.org/
endef