sysklogd: fix broken build caused by new glibc version

This commit is contained in:
Franz Pletz 2016-08-26 14:13:03 +02:00
parent d70f83e7e9
commit f75ab31234
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -10,6 +10,8 @@ stdenv.mkDerivation {
patches = [ ./systemd.patch ];
NIX_CFLAGS_COMPILE = "-DSYSV";
installFlags = "BINDIR=$(out)/sbin MANDIR=$(out)/share/man INSTALL=install";
preConfigure =