gnutls: remove unrecognized --with-libnettle-prefix
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Wed, 16 Jan 2019 18:59:00 +0000 (19:59 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 16 Jan 2019 19:33:37 +0000 (20:33 +0100)
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>
package/gnutls/gnutls.mk

index 7492254e8c692dff794478c05bffcc2fe17af73c..2d670d32d718abe27ee2c788497aa2ce7e945a36 100644 (file)
@@ -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)