mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
gnutls: enable cryptodev-linux support
Unfortunately because of header file differencies this can't be used for OCF. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
c714dba577
commit
1c15ed2dac
@ -24,6 +24,11 @@ GNUTLS_CONF_OPT += $(if $(BR2_TOOLCHAIN_HAS_THREADS),--with-libpthread-prefix=$(
|
|||||||
GNUTLS_CONF_OPT += $(if $(BR2_USE_MMU),,--disable-crywrap)
|
GNUTLS_CONF_OPT += $(if $(BR2_USE_MMU),,--disable-crywrap)
|
||||||
GNUTLS_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBIDN),libidn)
|
GNUTLS_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBIDN),libidn)
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_CRYPTODEV_LINUX),y)
|
||||||
|
GNUTLS_CONF_OPT += --enable-cryptodev
|
||||||
|
GNUTLS_DEPENDENCIES += cryptodev-linux
|
||||||
|
endif
|
||||||
|
|
||||||
# Some examples in doc/examples use wchar
|
# Some examples in doc/examples use wchar
|
||||||
define GNUTLS_DISABLE_DOCS
|
define GNUTLS_DISABLE_DOCS
|
||||||
$(SED) 's/ doc / /' $(@D)/Makefile.in
|
$(SED) 's/ doc / /' $(@D)/Makefile.in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user