s-tar: force '-std=c89' so it builds with recent compilers (#436514)
This commit is contained in:
@@ -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=/"
|
||||
|
||||
Reference in New Issue
Block a user