From: nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Thu, 15 Jun 2006 18:32:53 +0000 (+0000)
Subject: add openssl depend on zlib
X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/ed5be4a29d0e4f2cc02112ec819fdeea4d39abd1

add openssl depend on zlib

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3954 3c298f89-4303-0410-b956-a3cf2f4a3e73
---

diff --git a/package/openssl/Makefile b/package/openssl/Makefile
index 1b7ead87e..45b248fbf 100644
--- 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