UPDATE: net/curl 8.4.0 -> 8.6.0
This commit is contained in:
parent
9882bc916b
commit
baf5c78941
8 changed files with 37 additions and 195 deletions
|
@ -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
|
||||
@@ -692,7 +692,7 @@ AC_DEFUN([CURL_SET_COMPILER_OPTIMIZE_OPTS], [
|
||||
@@ -694,7 +694,7 @@ AC_DEFUN([CURL_SET_COMPILER_OPTIMIZE_OPTS], [
|
||||
tmp_options=""
|
||||
tmp_CFLAGS="$CFLAGS"
|
||||
tmp_CPPFLAGS="$CPPFLAGS"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue