From: Fabrice Fontaine Date: Wed, 16 Jan 2019 18:59:00 +0000 (+0100) Subject: gnutls: remove unrecognized --with-libnettle-prefix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=818b9062888090b43ca7b763698a5657d9f29afa;p=buildroot.git gnutls: remove unrecognized --with-libnettle-prefix configure: WARNING: unrecognized options: --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --with-libnettle-prefix Signed-off-by: Fabrice Fontaine Signed-off-by: Peter Korsgaard --- diff --git a/package/gnutls/gnutls.mk b/package/gnutls/gnutls.mk index 7492254e8c..2d670d32d7 100644 --- a/package/gnutls/gnutls.mk +++ b/package/gnutls/gnutls.mk @@ -18,7 +18,6 @@ GNUTLS_CONF_OPTS = \ --disable-rpath \ --enable-local-libopts \ --enable-openssl-compatibility \ - --with-libnettle-prefix=$(STAGING_DIR)/usr \ --with-librt-prefix=$(STAGING_DIR) \ --without-tpm \ $(if $(BR2_PACKAGE_GNUTLS_TOOLS),--enable-tools,--disable-tools)