Commit Graph

4 Commits

Author SHA1 Message Date
h7x4
12315f53ff treewide: add mainProgram 2023-11-24 21:01:03 +01:00
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
1322160a35 ucarp: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: daemonize.o:/build/ucarp-1.5.2/src/ip_carp.h:73: multiple definition of
      `__packed'; ucarp.o:/build/ucarp-1.5.2/src/ip_carp.h:73: first defined here
2022-05-30 07:02:01 +01:00
Alvar Penning
f610ecd084 ucarp: init at 1.5.2 2021-06-15 16:27:26 +02:00