Commit 2d01080c authored by André-Patrick Bubel's avatar André-Patrick Bubel
Browse files

s-tar: force '-std=c89' so it builds with recent compilers

parent 6b0b1559
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
  preConfigure = "rm configure";
  preBuild = "sed 's_/bin/__g' -i RULES/*";
  makeFlags = [ "GMAKE_NOWARN=true" ];
  env.NIX_CFLAGS_COMPILE = "-std=c89";
  installFlags = [
    "DESTDIR=$(out)"
    "INS_BASE=/"