curl: remove unrecognized options

This fixes the build warning:
WARNING: unrecognized options: --enable-nonblocking, --enable-crypto-auth, --disable-soname-bump, --without-krb4, --without-spnego, --without-egd-socket, --enable-thread, --without-nss

Signed-off-by: Lukas Rusak <lorusak@gmail.com>
This commit is contained in:
Lukas Rusak 2023-11-11 13:49:30 -08:00
parent f1a7cc4882
commit 8e387a9a01

View File

@ -40,28 +40,20 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_lib_rtmp_RTMP_Init=yes \
--enable-libgcc \
--enable-ipv6 \
--enable-versioned-symbols \
--enable-nonblocking \
--enable-threaded-resolver \
--enable-verbose \
--disable-sspi \
--enable-crypto-auth \
--enable-cookies \
--enable-symbol-hiding \
--disable-soname-bump \
--with-gnu-ld \
--without-krb4 \
--without-spnego \
--without-gssapi \
--with-zlib \
--without-brotli \
--without-zstd \
--without-egd-socket \
--enable-thread \
--with-random=/dev/urandom \
--without-gnutls \
--with-ssl \
--without-mbedtls \
--without-nss \
--with-ca-bundle=/run/libreelec/cacert.pem \
--without-ca-path \
--without-libpsl \