summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2013-05-12 08:56:15 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-05-12 21:10:25 +0200
commit6a77344162f952ae8c5a49f309a1f09a1761f2dc (patch)
tree9f22415150180e0918609e993e3ece006072dc73
parent4624567df1c5e05963ecc0f2a36299a89068ca41 (diff)
downloadbuildroot-novena-6a77344162f952ae8c5a49f309a1f09a1761f2dc.tar.gz
buildroot-novena-6a77344162f952ae8c5a49f309a1f09a1761f2dc.zip
openssl: fix host-openssl dependencies
Support for ocf-linux or cryptodev-linux added a dependency of host-openssl on host-ocf-linux / host-cryptodev-linux, which we don't have and the dependency is anyway not needed. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--package/openssl/openssl.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/openssl/openssl.mk b/package/openssl/openssl.mk
index 2e0478935..081fc90da 100644
--- a/package/openssl/openssl.mk
+++ b/package/openssl/openssl.mk
@@ -10,6 +10,7 @@ OPENSSL_LICENSE = OpenSSL or SSLeay
OPENSSL_LICENSE_FILES = LICENSE
OPENSSL_INSTALL_STAGING = YES
OPENSSL_DEPENDENCIES = zlib
+HOST_OPENSSL_DEPENDENCIES = host-zlib
OPENSSL_TARGET_ARCH = generic32
OPENSSL_CFLAGS = $(TARGET_CFLAGS)