imake/0001-xorg-cf-files-1.0.6-for-Invoke-ar-cq-with-binutils.patch
2023-07-21 19:01:08 +08:00

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