Some crates require additional processing before an actual build can be performed. Frequently a ./configure shell script is used that itself can take parameters.
How to pass these ./configure parameters to alr build ?
Some are set in the alire.toml file of the crate(e.g. library types), is it wise to change that?
Is it possible to use the —stop-after=pre-build and then to change the Makefile? And then continue the build? Will alr install and /or gprinstall honor these changes?
When installing a crate (alr install) a —prefix=/path/to/where/install can be given. But for some crates that is too late, that parameter is already needed in the pre build.