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 ];
|
patches = [ ./systemd.patch ];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = "-DSYSV";
|
||||||
|
|
||||||
installFlags = "BINDIR=$(out)/sbin MANDIR=$(out)/share/man INSTALL=install";
|
installFlags = "BINDIR=$(out)/sbin MANDIR=$(out)/share/man INSTALL=install";
|
||||||
|
|
||||||
preConfigure =
|
preConfigure =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user