aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xMakefile.PL2
-rw-r--r--NEWS2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 9e00c6a..b10f56e 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -55,7 +55,7 @@ print $FH "\n#endif\n";
close($FH);
my $workaround;
-if (-e '/etc/redhat-release' && $cfg{modversion} =~ /4.11/) {
+if (! -e '/etc/mageia-release' && -e '/etc/redhat-release' && $cfg{modversion} =~ /4.11/) {
$workaround = '-DPATCHED_RH';
}
my $ccflags = join(' ', '-Wall -Wextra -fno-strict-aliasing', $cfg{cflags}, "-DRPM_VERSON=$cfg{modversion}", $workaround);
diff --git a/NEWS b/NEWS
index c5d884d..792173f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- restore support for building on mga4 (broken in 5.24)
+
Version 5.25 - 8 April 2020
- add support for reinstall (needs rpm >= 4.12.x)