about summary refs log tree commit diff
path: root/pkgs/servers/ucarp
AgeCommit message (Collapse)AuthorFilesLines
2023-11-24treewide: add mainProgramh7x41-0/+1
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
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
2022-05-30ucarp: add -fcommon workaroundSergei Trofimovich1-0/+6
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
2021-06-15ucarp: init at 1.5.2Alvar Penning1-0/+28