mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
11 lines
247 B
Text
11 lines
247 B
Text
--- configure.orig 2022-02-23 19:32:58 UTC
|
|
+++ configure
|
|
@@ -7244,7 +7244,7 @@ fi
|
|
|
|
if test "$Py_LTO" = 'true' ; then
|
|
case $CC in
|
|
- *clang*)
|
|
+ *clang*|cc)
|
|
LDFLAGS_NOLTO="-fno-lto"
|
|
|
|
if test -n "$ac_tool_prefix"; then
|