diff mbox series

[1/3] gnutls: remove unrecognized --with-libnettle-prefix

Message ID 20190116185902.5076-1-fontaine.fabrice@gmail.com
State Accepted
Commit 818b9062888090b43ca7b763698a5657d9f29afa
Headers show
Series [1/3] gnutls: remove unrecognized --with-libnettle-prefix | expand

Commit Message

Fabrice Fontaine Jan. 16, 2019, 6:59 p.m. UTC
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>
---
 package/gnutls/gnutls.mk | 1 -
 1 file changed, 1 deletion(-)

Comments

Peter Korsgaard Jan. 16, 2019, 7:35 p.m. UTC | #1
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > 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>

Committed, thanks.
diff mbox series

Patch

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)