mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
package/libarchive: add mbedtls support
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
2a7982ee52
commit
66f8ed24db
@ -9,7 +9,6 @@ LIBARCHIVE_SITE = https://www.libarchive.de/downloads
|
|||||||
LIBARCHIVE_INSTALL_STAGING = YES
|
LIBARCHIVE_INSTALL_STAGING = YES
|
||||||
LIBARCHIVE_LICENSE = BSD-2-Clause, BSD-3-Clause, CC0-1.0, OpenSSL, Apache-2.0
|
LIBARCHIVE_LICENSE = BSD-2-Clause, BSD-3-Clause, CC0-1.0, OpenSSL, Apache-2.0
|
||||||
LIBARCHIVE_LICENSE_FILES = COPYING
|
LIBARCHIVE_LICENSE_FILES = COPYING
|
||||||
LIBARCHIVE_CONF_OPTS = --without-mbedtls
|
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBARCHIVE_BSDTAR),y)
|
ifeq ($(BR2_PACKAGE_LIBARCHIVE_BSDTAR),y)
|
||||||
ifeq ($(BR2_STATIC_LIBS),y)
|
ifeq ($(BR2_STATIC_LIBS),y)
|
||||||
@ -92,6 +91,13 @@ else
|
|||||||
LIBARCHIVE_CONF_OPTS += --without-lzo2
|
LIBARCHIVE_CONF_OPTS += --without-lzo2
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_MBEDTLS),y)
|
||||||
|
LIBARCHIVE_DEPENDENCIES += mbedtls
|
||||||
|
LIBARCHIVE_CONF_OPTS += --with-mbedtls
|
||||||
|
else
|
||||||
|
LIBARCHIVE_CONF_OPTS += --without-mbedtls
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_NETTLE),y)
|
ifeq ($(BR2_PACKAGE_NETTLE),y)
|
||||||
LIBARCHIVE_DEPENDENCIES += nettle
|
LIBARCHIVE_DEPENDENCIES += nettle
|
||||||
LIBARCHIVE_CONF_OPTS += --with-nettle
|
LIBARCHIVE_CONF_OPTS += --with-nettle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user