This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch build-3.5.99.26 in repository nx-libs. from 6afb58713 nx-libs.spec: only depend upon pathfix.py for Fedora 27+ and RHEL 7+. new 8cb6a6e7e fix building with binutils >= 2.36. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: nx-X11/config/cf/Imake.tmpl | 12 ------------ 1 file changed, 12 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
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@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