summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2019-01-16 19:59:00 +0100
committerPeter Korsgaard <peter@korsgaard.com>2019-01-16 20:33:37 +0100
commit818b9062888090b43ca7b763698a5657d9f29afa (patch)
treea261c89fd1edb03d5eedd6fd4ccaf263006c6672 /package
parent49eda7e0271c0dd65af02741a634ebb57ec125bf (diff)
downloadbuildroot-818b9062888090b43ca7b763698a5657d9f29afa.tar.gz
buildroot-818b9062888090b43ca7b763698a5657d9f29afa.zip
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 <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package')
-rw-r--r--package/gnutls/gnutls.mk1
1 files changed, 0 insertions, 1 deletions
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)
OpenPOWER on IntegriCloud