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
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

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;