mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 08:45:23 +01:00
Final perl: Add perl 5.42.0!
This commit is contained in:
parent
495365c016
commit
c634840581
7 changed files with 187 additions and 0 deletions
13
steps/perl-5.42.0/patches/fix-debugging-re.patch
Normal file
13
steps/perl-5.42.0/patches/fix-debugging-re.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
diff --git perl-5.42.0/ext/re/Makefile.PL perl-5.42.0/ext/re/Makefile.PL
|
||||
index 01786e1ec2..cc4619bfc3 100644
|
||||
--- perl-5.42.0/ext/re/Makefile.PL
|
||||
+++ perl-5.42.0/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