From 2bb6cc6e2dae27f2827da52acd8395e334043596 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 14 Dec 2020 23:51:24 +0100 Subject: Fix RPM4.xs/libperl.so mismatch on i586 It's OK on aarch64 & on x86_64 but it's broken on i586 eg: $ perl -MRPM4 RPM4.c: loadable library and perl binaries are mismatched (got handshake key 0x9100080, needed 0x9180080) Just build with the flags used to build perl itself in order to fix it --- RPM4/NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'RPM4/NEWS') diff --git a/RPM4/NEWS b/RPM4/NEWS index b37f22c..42370f3 100644 --- a/RPM4/NEWS +++ b/RPM4/NEWS @@ -1,3 +1,6 @@ +- Fix RPM4.xs/libperl.so mismatch on i586 by building with the flags used to + build perl itself + Version 0.43 - 3 June 2020 - handle RPM version with "beta" or "rc" in it -- cgit v1.2.1