UPDATE: net/curl 8.8.0 > 8.9.1

This commit is contained in:
purplerain 2024-08-01 19:43:51 +00:00
parent 08715eb436
commit fdd1de1e30
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
6 changed files with 58 additions and 20 deletions

View file

@ -1,15 +1,7 @@
The curl configure script wants to take control of the compiler
flags for optimization. The actual interactions are more complex,
but the gist is that the flags are stripped from CFLAGS, and if
--enable-optimize is specified, an approved optimization flag is
added.
Do not override optimization flags in CFLAGS.
Index: m4/curl-compilers.m4
--- m4/curl-compilers.m4.orig
+++ m4/curl-compilers.m4
@@ -698,7 +698,7 @@ AC_DEFUN([CURL_SET_COMPILER_OPTIMIZE_OPTS], [
@@ -699,7 +699,7 @@ AC_DEFUN([CURL_SET_COMPILER_OPTIMIZE_OPTS], [
tmp_options=""
tmp_CFLAGS="$CFLAGS"
tmp_CPPFLAGS="$CPPFLAGS"