Merge pull request #8316 from lrusak/curl-options

curl: remove unrecognized options
This commit is contained in:
Rudi Heitbaum 2023-11-12 09:12:58 +11:00 committed by GitHub
commit 1c037b0541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 \