mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 15:54:21 -09:00
package/gnutls: drop unrecognized option
crywrap has been dropped since version 3.6.12 andc991b52231Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit580f1fccc7) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
551f729dad
commit
2f731dae4e
@@ -23,8 +23,6 @@ config BR2_PACKAGE_GNUTLS_OPENSSL
|
||||
|
||||
config BR2_PACKAGE_GNUTLS_TOOLS
|
||||
bool "install tools"
|
||||
select BR2_PACKAGE_ARGP_STANDALONE \
|
||||
if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
|
||||
help
|
||||
Install GnuTLS command line tools for various cryptographic
|
||||
tasks.
|
||||
|
||||
@@ -46,20 +46,6 @@ GNUTLS_CONF_OPTS += \
|
||||
--with-libregex-cflags="`$(PKG_CONFIG_HOST_BINARY) libpcreposix --cflags`" \
|
||||
--with-libregex-libs="`$(PKG_CONFIG_HOST_BINARY) libpcreposix --libs`"
|
||||
|
||||
# Consider crywrap as part of tools because it needs WCHAR, and it's so too
|
||||
ifeq ($(BR2_PACKAGE_GNUTLS_TOOLS),)
|
||||
GNUTLS_CONF_OPTS += --disable-crywrap
|
||||
endif
|
||||
|
||||
# Prerequisite for crywrap
|
||||
ifeq ($(BR2_PACKAGE_ARGP_STANDALONE),y)
|
||||
GNUTLS_LIBS += -largp
|
||||
GNUTLS_DEPENDENCIES += argp-standalone
|
||||
endif
|
||||
|
||||
# libidn support for nommu must exclude the crywrap wrapper (uses fork)
|
||||
GNUTLS_CONF_OPTS += $(if $(BR2_USE_MMU),,--disable-crywrap)
|
||||
|
||||
ifeq ($(BR2_PACKAGE_CRYPTODEV_LINUX),y)
|
||||
GNUTLS_CONF_OPTS += --enable-cryptodev
|
||||
GNUTLS_DEPENDENCIES += cryptodev-linux
|
||||
|
||||
Reference in New Issue
Block a user