[X2Go-Commits] [nx-libs] 01/01: fix building with binutils >= 2.36.

git-admin at x2go.org git-admin at x2go.org
Thu Jun 1 16:39:24 CEST 2023


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch build-3.5.99.26
in repository nx-libs.

commit 8cb6a6e7eefbd8d49ba280e89fc3b7290bfda5a0
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