mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-14 23:35:24 +01:00
Perl 5.40.3
This commit is contained in:
parent
a529a647bd
commit
77c09085fe
6 changed files with 151 additions and 0 deletions
13
steps/perl-5.40.3/patches/fix-debugging-re.patch
Normal file
13
steps/perl-5.40.3/patches/fix-debugging-re.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
diff --git perl-5.40.3/ext/re/Makefile.PL perl-5.40.3/ext/re/Makefile.PL
|
||||
index 01786e1ec2..cc4619bfc3 100644
|
||||
--- perl-5.40.3/ext/re/Makefile.PL
|
||||
+++ perl-5.40.3/ext/re/Makefile.PL
|
||||
@@ -27,7 +27,7 @@ foreach my $tuple (@files) {
|
||||
}
|
||||
}
|
||||
|
||||
-my $defines = '-DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT';
|
||||
+my $defines = '-DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT -DDEBUGGING';
|
||||
my %args;
|
||||
for my $arg (@ARGV) {
|
||||
$args{$1} = $2 if $arg =~ /^(\w+)=(.*)$/;
|
||||
Loading…
Add table
Add a link
Reference in a new issue