Re: git: b5097ef59669 - main - net-im/libsignal-client: Mark as broken on aarch64
Date: Fri, 01 Jul 2022 09:40:51 UTC
On 01/07/2022 11:36, Mateusz Piotrowski wrote: > On 01/07/2022 10:44, Mateusz Piotrowski wrote: >> URL: https://cgit.FreeBSD.org/ports/commit/?id=b5097ef59669c6c54c180cb20d1492b46805711e >> +BROKEN_aarch64= fails to compile: could not compile `polyval`: the feature named `crypto` >> is not valid for this target > > Hmmm, does it look like it could be fixed with RUSTC_BOOTSTRAP? > > +MAKE_ENV+= RUSTC_BOOTSTRAP=aes,polyval Nevermind, it's RUSTC_BOOTSTRAP is included in this port's MAKE_ENV. I saw https://cgit.FreeBSD.org/ports/commit/?id=ac5e87b9286eb44d8ef338f3a9cc6ae335ec8eaa and was hoping that this could be a fix for libsignal-client as well.