> In interest of reducing the diff to upstream I would suggest to use > their fix and if that is not sufficient we should talk to them. > > https://gitlab.freedesktop.org/xorg/util/cf/-/commit/90b66dc73deb9ef303690370395cf831425547c7
thanks, that's a better idea and more what i was hoping someone would do... unfortunately, it's incomplete in the same way that uwe@ originally mentioned.. just a few lines further down: --- #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 --- ie, these also need the new "|| HasGnuAr" added too. i guess both of these aren't used in modern code ;) .mrg.