diff options
Diffstat (limited to 'lang/perl5-devel/files/patch-perl.c')
-rw-r--r-- | lang/perl5-devel/files/patch-perl.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/perl5-devel/files/patch-perl.c b/lang/perl5-devel/files/patch-perl.c index c30e656fe7b1..1d7591bfb705 100644 --- a/lang/perl5-devel/files/patch-perl.c +++ b/lang/perl5-devel/files/patch-perl.c @@ -1,10 +1,10 @@ Remove compile time information (reproducible builds) ---- perl.c.orig 2021-01-31 19:42:24 UTC +--- perl.c.orig 2021-06-06 22:24:45 UTC +++ perl.c @@ -2040,23 +2040,7 @@ S_Internals_V(pTHX_ CV *cv) PUSHs(Perl_newSVpvn_flags(aTHX_ non_bincompat_options, - sizeof(non_bincompat_options) - 1, SVs_TEMP)); + sizeof(non_bincompat_options) - 1, SVs_TEMP)); -#ifndef PERL_BUILD_DATE -# ifdef __DATE__ @@ -18,11 +18,11 @@ Remove compile time information (reproducible builds) - -#ifdef PERL_BUILD_DATE - PUSHs(Perl_newSVpvn_flags(aTHX_ -- STR_WITH_LEN("Compiled at " PERL_BUILD_DATE), -- SVs_TEMP)); +- STR_WITH_LEN("Compiled at " PERL_BUILD_DATE), +- SVs_TEMP)); -#else PUSHs(&PL_sv_undef); -#endif for (i = 1; i <= local_patch_count; i++) { - /* This will be an undef, if PL_localpatches[i] is NULL. */ + /* This will be an undef, if PL_localpatches[i] is NULL. */ |