Unverified Commit 20481fc1 authored by dish's avatar dish Committed by GitHub
Browse files

s-tar: force '-std=c89' so it builds with recent compilers (#436514)

parents 2b2ff538 2d01080c
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=/"