#982346 lam: FTBFS with binutils 2.36

Package:
lam
Source:
lam
Submitter:
Logan Rosen
Date:
2021-02-09 05:00:04 UTC
Severity:
normal
Tags:
#982346#5
Date:
2021-02-09 04:56:51 UTC
From:
To:
Hi,

lam FTBFS with binutils 2.36 (currently in experimental). The reason is
that the romio module tries to use the -l flag to ar by default, which
doesn't do anything in binutils <2.36 and starts having a function in
2.36, one that is different from the one that the romio config script is
intending to use.

In Ubuntu, the attached patch was applied to achieve the following:

  * d/rules: Pass -ar_nolocal to the romio configure script because it uses
    the -l option for ar, which is something completely different in binutils
    2.36.

Thanks for considering the patch.

Logan