Commit Graph

4 Commits

Author SHA1 Message Date
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Sergei Trofimovich
a38af49318 lilo: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: identify.o:(.bss+0x0): multiple definition of `identify';
      common.o:(.bss+0x160): first defined here
2022-06-05 20:09:04 +01:00
Dmitry Bogatov
810515f876 lilo: make sure scripts and manpages are installed properly
Previously, manpages and subset of binaries were installed into
$out/usr.
2021-12-04 18:32:30 +01:00
Dmitry Bogatov
997d98b86f lilo: init at 24.2 2021-07-11 14:27:05 -04:00