Files
guru/dev-libs/ftl
Sergey Torokhov 2ea4fa55f1 dev-libs/ftl: fix intall build type as release instead of debug
As make options were not passed on install phase it recompiled
library in as BUILD=debug mode instead of 'release'.

Also gfortran command called directly as on install phase
it wasn't passed into make command.

Now build type and some other parameters passed in src_prepare
instead of src_compile and src_insall.

Closes: https://bugs.gentoo.org/785739

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2021-04-26 22:31:27 +03:00
..