reiserfsprogs: fixup build with glibc-2.30

Inspired by https://bugs.archlinux.org/task/60204
This commit is contained in:
Vladimír Čunát
2020-02-10 09:45:49 +01:00
parent 085683c613
commit 811448e4ac

View File

@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ libuuid ];
NIX_CFLAGS_COMPILE = "-std=gnu90";
NIX_CFLAGS_COMPILE = [ "-std=gnu90" "-D_GNU_SOURCE" ];
meta = {
inherit version;