mirror of
https://github.com/curl/curl.git
synced 2026-06-03 08:44:14 +03:00
mkhelp.pl: do not add current time into curl binary
... as part of hugehelpgz rodata to make build reproducible. See https://reproducible-builds.org/ for why this is good Closes #1490
This commit is contained in:
parent
a6f657911e
commit
b4cfda8a4a
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ if($c)
|
|||
my $content = join("", @out);
|
||||
my $gzippedContent;
|
||||
IO::Compress::Gzip::gzip(
|
||||
\$content, \$gzippedContent, Level => 9, TextFlag => 1) or die "gzip failed:";
|
||||
\$content, \$gzippedContent, Level => 9, TextFlag => 1, Time=>0) or die "gzip failed:";
|
||||
$gzip = length($content);
|
||||
$gzipped = length($gzippedContent);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue