ports/lang/python311/files/patch-configure
2022-12-07 22:01:41 +08:00

11 lines
412 B
Text

--- configure.orig 2022-12-07 13:31:07 UTC
+++ configure
@@ -7630,7 +7630,7 @@ if test "$Py_LTO" = 'true' ; then
if test "$Py_LTO" = 'true' ; then
case $CC in
- *clang*)
+ *clang*|cc)
LDFLAGS_NOLTO="-fno-lto"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -flto=thin" >&5
$as_echo_n "checking whether C compiler accepts -flto=thin... " >&6; }