26 lines
665 B
Diff
26 lines
665 B
Diff
From 42e91e64378aad306614d1b9793933b83dcead6d Mon Sep 17 00:00:00 2001
|
|
From: houlifei <houlifei@uniontech.com>
|
|
Date: Fri, 21 Jul 2023 17:20:54 +0800
|
|
Subject: [PATCH] xorg-cf-files-1.0.6-for-Invoke-ar-cq-with-binutils
|
|
|
|
---
|
|
Imake.tmpl | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Imake.tmpl b/Imake.tmpl
|
|
index 0f8832f..3467242 100644
|
|
--- a/Imake.tmpl
|
|
+++ b/Imake.tmpl
|
|
@@ -1078,7 +1078,7 @@ TCLIBDIR = TclLibDir
|
|
#define ArCmdBase ar
|
|
#endif
|
|
#ifndef ArCmd
|
|
-#if HasLargeTmp || SystemV4 || HasGnuAr
|
|
+#if HasLargeTmp || SystemV4 || HasGnuAr || LinuxBinUtilsMajorVersion
|
|
#define ArCmd ArCmdBase cq
|
|
#else
|
|
#define ArCmd ArCmdBase clq
|
|
--
|
|
2.33.0
|
|
|