From ab3547d3aff0e13e28e5051c3016e2a8f0581481 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Thu, 4 Apr 2019 04:28:31 +0300 Subject: [PATCH] 1:5.28.1-alt2 - E2K: fix build with lcc-1.23 --- perl.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/perl.spec b/perl.spec index 7088a03..57ccc50 100644 --- a/perl.spec +++ b/perl.spec @@ -1,6 +1,6 @@ Name: perl Version: 5.28.1 -Release: alt1 +Release: alt2 Epoch: 1 Summary: Practical Extraction and Report Language @@ -358,8 +358,8 @@ sh Configure -ders \ -Dmyhostname=localhost -Dperladmin=root@localhost %ifarch %e2k -# till apx. lcc-1.23 -echo '-lcxa' >> ./ext.libs +# before lcc-1.23 +cc --version | grep -q '^lcc:1.21' && echo '-lcxa' >> ./ext.libs %endif # kill rpath @@ -992,6 +992,9 @@ echo perl >%buildroot%_sysconfdir/buildreqs/packages/substitute.d/perl-base %autolib/Unicode %changelog +* Thu Apr 04 2019 Michael Shigorin 1:5.28.1-alt2 +- E2K: fix build with lcc-1.23 + * Fri Jan 04 2019 Igor Vlasenko 1:5.28.1-alt1 - 5.26.2 -> 5.28.1 -- 2.10.4