Skip to content

Commit 4802fcb

Browse files
author
ci bot
committed
[ci skip] compile 5.26.2
1 parent c3299c2 commit 4802fcb

File tree

59 files changed

+34
-34
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+34
-34
lines changed

bin/perl

8.09 KB
Binary file not shown.

bin/perl5.26.2

8.09 KB
Binary file not shown.

bin/perlbug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
eval 'exec /home/git/binary-com/perl/bin/perl -S $0 ${1+"$@"}'
33
if $running_under_some_shell;
44

5-
my $config_tag1 = '5.26.2 - Thu Apr 17 08:17:34 UTC 2025';
5+
my $config_tag1 = '5.26.2 - Thu Apr 17 08:40:22 UTC 2025';
66

77
my $patchlevel_date = 1521920647;
88
my @patches = Config::local_patches();

bin/perlthanks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
eval 'exec /home/git/binary-com/perl/bin/perl -S $0 ${1+"$@"}'
33
if $running_under_some_shell;
44

5-
my $config_tag1 = '5.26.2 - Thu Apr 17 08:17:34 UTC 2025';
5+
my $config_tag1 = '5.26.2 - Thu Apr 17 08:40:22 UTC 2025';
66

77
my $patchlevel_date = 1521920647;
88
my @patches = Config::local_patches();

lib/5.26.2/x86_64-linux/CORE/config.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
/* Package name : perl5
1111
* Source directory : .
12-
* Configuration time: Thu Apr 17 08:17:34 UTC 2025
12+
* Configuration time: Thu Apr 17 08:40:22 UTC 2025
1313
* Configured by : root
14-
* Target system : linux 57dd621e9abc 6.8.0-1021-azure #25-ubuntu smp wed jan 15 20:45:09 utc 2025 x86_64 gnulinux
14+
* Target system : linux bd5fc8c5122f 6.8.0-1021-azure #25-ubuntu smp wed jan 15 20:45:09 utc 2025 x86_64 gnulinux
1515
*/
1616

1717
#ifndef _config_h_
@@ -20,7 +20,7 @@
2020
/* LOC_SED:
2121
* This symbol holds the complete pathname to the sed program.
2222
*/
23-
#define LOC_SED "/bin/sed" /**/
23+
#define LOC_SED "/usr/bin/sed" /**/
2424

2525
/* HAS_ALARM:
2626
* This symbol, if defined, indicates that the alarm routine is
@@ -1783,7 +1783,7 @@
17831783
#define HAS_UNAME /**/
17841784
/*#define HAS_PHOSTNAME / **/
17851785
#ifdef HAS_PHOSTNAME
1786-
#define PHOSTNAME "/bin/hostname" /* How to get the host name */
1786+
#define PHOSTNAME "/usr/bin/hostname" /* How to get the host name */
17871787
#endif
17881788

17891789
/* HAS_GETNETBYADDR:
@@ -2163,7 +2163,7 @@
21632163
* array is there.
21642164
*/
21652165
#define HAS_STRERROR /**/
2166-
#define HAS_SYS_ERRLIST /**/
2166+
/*#define HAS_SYS_ERRLIST / **/
21672167
#define Strerror(e) strerror(e)
21682168

21692169
/* HAS_STRTOUL:
@@ -4998,7 +4998,7 @@
49984998
* routine is available to yield the execution of the current
49994999
* thread. sched_yield is preferable to pthread_yield.
50005000
*/
5001-
#define HAS_PTHREAD_YIELD /**/
5001+
/*#define HAS_PTHREAD_YIELD / **/
50025002
#define SCHED_YIELD sched_yield() /**/
50035003
#define HAS_SCHED_YIELD /**/
50045004

-1.54 MB
Binary file not shown.

lib/5.26.2/x86_64-linux/Config.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ tie %Config, 'Config', {
9696
inc_version_list => ' ',
9797
intsize => '4',
9898
ldlibpthname => 'LD_LIBRARY_PATH',
99-
libpth => '/usr/local/lib /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib',
99+
libpth => '/usr/local/lib /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /lib64 /usr/lib64',
100100
osname => 'linux',
101101
osvers => '6.8.0-1021-azure',
102102
path_sep => ':',

lib/5.26.2/x86_64-linux/Config_heavy.pl

Lines changed: 25 additions & 25 deletions
Large diffs are not rendered by default.
-68.3 KB
Binary file not shown.
-83.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)