mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
axel: Fix OpenSSL dependency
openssl is a virtual package, that can be provided by either libressl or libopenssl, so there's no need to check for libressl separately. Signed-off-by: Ismael Luceno <ismael@iodev.co.uk> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
2c3d7cce2d
commit
13b06a4e52
@ -17,10 +17,7 @@ AXEL_CONF_OPTS = \
|
|||||||
ac_cv_prog_cc_c99=-std=c99 \
|
ac_cv_prog_cc_c99=-std=c99 \
|
||||||
CFLAGS="$(TARGET_CFLAGS)"
|
CFLAGS="$(TARGET_CFLAGS)"
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBRESSL),y)
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||||
AXEL_CONF_OPTS += --with-ssl
|
|
||||||
AXEL_DEPENDENCIES += libressl
|
|
||||||
else ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
|
||||||
AXEL_CONF_OPTS += --with-ssl
|
AXEL_CONF_OPTS += --with-ssl
|
||||||
AXEL_DEPENDENCIES += openssl
|
AXEL_DEPENDENCIES += openssl
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user