mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
sysklogd: fix broken build caused by new glibc version
This commit is contained in:
parent
d70f83e7e9
commit
f75ab31234
@ -10,6 +10,8 @@ stdenv.mkDerivation {
|
||||
|
||||
patches = [ ./systemd.patch ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-DSYSV";
|
||||
|
||||
installFlags = "BINDIR=$(out)/sbin MANDIR=$(out)/share/man INSTALL=install";
|
||||
|
||||
preConfigure =
|
||||
|
Loading…
Reference in New Issue
Block a user