|
@@ -17,7 +17,7 @@ GNUTLS_LICENSE += , GPL-3.0+ (gnutls-openssl library)
|
|
|
GNUTLS_LICENSE_FILES += doc/COPYING
|
|
|
endif
|
|
|
|
|
|
-GNUTLS_DEPENDENCIES = host-pkgconf libtasn1 nettle pcre
|
|
|
+GNUTLS_DEPENDENCIES = host-pkgconf libtasn1 nettle
|
|
|
GNUTLS_CPE_ID_VENDOR = gnu
|
|
|
GNUTLS_CONF_OPTS = \
|
|
|
--disable-doc \
|
|
@@ -25,7 +25,6 @@ GNUTLS_CONF_OPTS = \
|
|
|
--disable-libdane \
|
|
|
--disable-rpath \
|
|
|
--disable-tests \
|
|
|
- --enable-local-libopts \
|
|
|
--enable-openssl-compatibility \
|
|
|
--without-libcrypto-prefix \
|
|
|
--without-libdl-prefix \
|
|
@@ -48,14 +47,6 @@ GNUTLS_CONF_ENV = gl_cv_socket_ipv6=yes \
|
|
|
gl_cv_func_gettimeofday_clobber=no
|
|
|
GNUTLS_INSTALL_STAGING = YES
|
|
|
|
|
|
-# gnutls needs libregex, but pcre can be used too
|
|
|
-# The check isn't cross-compile friendly
|
|
|
-GNUTLS_CONF_ENV += libopts_cv_with_libregex=yes
|
|
|
-GNUTLS_CONF_OPTS += \
|
|
|
- --with-regex-header=pcreposix.h \
|
|
|
- --with-libregex-cflags="`$(PKG_CONFIG_HOST_BINARY) libpcreposix --cflags`" \
|
|
|
- --with-libregex-libs="`$(PKG_CONFIG_HOST_BINARY) libpcreposix --libs`"
|
|
|
-
|
|
|
ifeq ($(BR2_PACKAGE_CRYPTODEV_LINUX),y)
|
|
|
GNUTLS_CONF_OPTS += --enable-cryptodev
|
|
|
GNUTLS_DEPENDENCIES += cryptodev-linux
|