projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74500c6
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3954
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/openssl/Makefile
patch
|
blob
|
history
diff --git
a/package/openssl/Makefile
b/package/openssl/Makefile
index
1b7ead8
..
45b248f
100644
(file)
--- a/
package/openssl/Makefile
+++ b/
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