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-libgcc \
--enable-ipv6 \ --enable-ipv6 \
--enable-versioned-symbols \ --enable-versioned-symbols \
--enable-nonblocking \
--enable-threaded-resolver \ --enable-threaded-resolver \
--enable-verbose \ --enable-verbose \
--disable-sspi \ --disable-sspi \
--enable-crypto-auth \
--enable-cookies \ --enable-cookies \
--enable-symbol-hiding \ --enable-symbol-hiding \
--disable-soname-bump \
--with-gnu-ld \ --with-gnu-ld \
--without-krb4 \
--without-spnego \
--without-gssapi \ --without-gssapi \
--with-zlib \ --with-zlib \
--without-brotli \ --without-brotli \
--without-zstd \ --without-zstd \
--without-egd-socket \
--enable-thread \
--with-random=/dev/urandom \ --with-random=/dev/urandom \
--without-gnutls \ --without-gnutls \
--with-ssl \ --with-ssl \
--without-mbedtls \ --without-mbedtls \
--without-nss \
--with-ca-bundle=/run/libreelec/cacert.pem \ --with-ca-bundle=/run/libreelec/cacert.pem \
--without-ca-path \ --without-ca-path \
--without-libpsl \ --without-libpsl \