sysklogd: fix building against musl

taking guidance from alpine linux's patch[1], removed a few ifdefs and
fixed up some includes.

[1]: https://git.alpinelinux.org/aports/tree/main/sysklogd/fix-includes.patch
This commit is contained in:
Peter Woodman
2021-01-18 23:29:12 -05:00
parent 82feb02e8d
commit a47a55e433
3 changed files with 120 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
sha256 = "00f2wy6f0qng7qzga4iicyzl9j8b7mp6mrpfky5jxj93ms2w2rji";
};
patches = [ ./systemd.patch ./union-wait.patch ];
patches = [ ./systemd.patch ./union-wait.patch ./fix-includes.patch ];
NIX_CFLAGS_COMPILE = "-DSYSV";