[X2Go-Commits] [nx-libs] 287/429: fix building with binutils >= 2.36.
git-admin at x2go.org
git-admin at x2go.org
Mon Oct 18 09:36:50 CEST 2021
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch 3.6.x
in repository nx-libs.
commit 605a266911b50ababbb3f8a8b224efb42743379c
Author: ponce <matteo.bernardini at gmail.com>
Date: Mon Apr 5 08:44:00 2021 +0200
fix building with binutils >= 2.36.
The l option of ar in the newer binutils versions switched
from being unused to being used to specify dependencies
so here should be safely removed
---
nx-X11/config/cf/Imake.tmpl | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/nx-X11/config/cf/Imake.tmpl b/nx-X11/config/cf/Imake.tmpl
index 25d985d75..de1fca937 100644
--- a/nx-X11/config/cf/Imake.tmpl
+++ b/nx-X11/config/cf/Imake.tmpl
@@ -1015,25 +1015,13 @@ TCLIBDIR = TclLibDir
#define ArCmdBase ar
#endif
#ifndef ArCmd
-#if HasLargeTmp || SystemV4
#define ArCmd ArCmdBase cq
-#else
-#define ArCmd ArCmdBase clq
-#endif
#endif
#ifndef ArAddCmd
-#if HasLargeTmp || SystemV4
#define ArAddCmd ArCmdBase ru
-#else
-#define ArAddCmd ArCmdBase rul
-#endif
#endif
#ifndef ArExtCmd
-#if HasLargeTmp || SystemV4
#define ArExtCmd ArCmdBase x
-#else
-#define ArExtCmd ArCmdBase xl
-#endif
#endif
#ifndef BootstrapCFlags
#define BootstrapCFlags /**/
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
More information about the x2go-commits
mailing list