From c1153daf26cac14aaaf80926cc3b4b0631fd1f47 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 21 Apr 2020 16:46:09 +0200 Subject: restore support for building on mga4 It got broken in commit 9c8f8e738664f2905e3927e5806bb14da4a5272b (5.24) --- Makefile.PL | 2 +- NEWS | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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) -- cgit v1.2.1