From 5fefed9aa2dc2cbfca419b88599c368358fd99c2 Mon Sep 17 00:00:00 2001 From: Owen Rafferty Date: Tue, 21 Jun 2022 13:37:36 -0500 Subject: [PATCH] curl: remove or update deprecated options --- core/curl/build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/curl/build b/core/curl/build index fba10a44..d13d7e2f 100755 --- a/core/curl/build +++ b/core/curl/build @@ -11,7 +11,7 @@ mv -f _ src/Makefile.in --prefix=/usr \ --enable-ipv6 \ --enable-unix-sockets \ - --enable-hidden-symbols \ + --enable-symbol-hiding \ --disable-manual \ --disable-ldap \ --disable-ares \ @@ -19,9 +19,7 @@ mv -f _ src/Makefile.in --with-pic \ --with-ca-fallback \ --without-librtmp \ - --without-icu \ --without-libpsl \ - --without-libidn \ --without-libidn2 \ --without-brotli \ --without-zstd