From: Michael Tremer Date: Sun, 31 Jan 2010 21:54:18 +0000 (+0100) Subject: openssl: Add zlib as runtime dependency & bc for testsuite. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d4ff9534d7d46a8b5f7d7fc04626a28985c0551;p=ipfire-3.x.git openssl: Add zlib as runtime dependency & bc for testsuite. --- diff --git a/pkgs/core/openssl/openssl.nm b/pkgs/core/openssl/openssl.nm index 4cf3304f7..7ce8c9305 100644 --- a/pkgs/core/openssl/openssl.nm +++ b/pkgs/core/openssl/openssl.nm @@ -34,7 +34,8 @@ PKG_URL = http://www.openssl.org/ PKG_LICENSE = OpenSSL PKG_SUMMARY = A general purpose cryptography library with TLS implementation. -PKG_BUILD_DEPS+= perl +PKG_BUILD_DEPS+= bc perl +PKG_DEPS += zlib define PKG_DESCRIPTION The OpenSSL toolkit provides support for secure communications between \