diff options
Diffstat (limited to 'lang/python38/files/patch-configure')
-rw-r--r-- | lang/python38/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/python38/files/patch-configure b/lang/python38/files/patch-configure new file mode 100644 index 000000000000..c78047439605 --- /dev/null +++ b/lang/python38/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2022-02-23 19:52:00 UTC ++++ configure +@@ -6625,7 +6625,7 @@ fi + + if test "$Py_LTO" = 'true' ; then + case $CC in +- *clang*) ++ *clang*|cc) + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}llvm-ar", so it can be a program name with args. |