mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
13 lines
469 B
Diff
13 lines
469 B
Diff
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+)=(.*)$/;
|