mips64el: perl: workaround for a MIPS building issue

This commit is contained in:
Xi Ruoyao 2024-01-03 13:47:26 +08:00
parent 3577b41b3e
commit 5e6642a8d1
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -46,6 +46,10 @@
<screen><userinput remap="pre">patch -Np1 -i ../&perl-fix-patch;</userinput></screen>
-->
<para>Workaround an building issue on MIPS:</para>
<screen><userinput remap="pre">sed 's@/bin/mips@/bin/false@g' -i Configure</userinput></screen>
<para>This version of Perl builds the Compress::Raw::Zlib and
Compress::Raw::BZip2 modules. By
default Perl will use an internal copy of the sources for the build.