mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
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>
This commit is contained in:
parent
4624567df1
commit
6a77344162
@ -10,6 +10,7 @@ OPENSSL_LICENSE = OpenSSL or SSLeay
|
|||||||
OPENSSL_LICENSE_FILES = LICENSE
|
OPENSSL_LICENSE_FILES = LICENSE
|
||||||
OPENSSL_INSTALL_STAGING = YES
|
OPENSSL_INSTALL_STAGING = YES
|
||||||
OPENSSL_DEPENDENCIES = zlib
|
OPENSSL_DEPENDENCIES = zlib
|
||||||
|
HOST_OPENSSL_DEPENDENCIES = host-zlib
|
||||||
OPENSSL_TARGET_ARCH = generic32
|
OPENSSL_TARGET_ARCH = generic32
|
||||||
OPENSSL_CFLAGS = $(TARGET_CFLAGS)
|
OPENSSL_CFLAGS = $(TARGET_CFLAGS)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user