Merge remote-tracking branch 'origin/trunk' into xry111/arm64

This commit is contained in:
Xi Ruoyao 2023-05-16 01:12:21 +08:00
commit bec0516979
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3
2 changed files with 4 additions and 3 deletions

View File

@ -54,7 +54,8 @@
<para>To test the results, issue:</para> <para>To test the results, issue:</para>
<screen><userinput remap="test">make check</userinput></screen> <screen><userinput remap="test">chown -Rv tester .
su tester -c "PATH=$PATH make check"</userinput></screen>
<para>Install the package:</para> <para>Install the package:</para>

View File

@ -42,8 +42,8 @@
<para> <para>
Remove several inappropriate uses of the <literal>pure</literal> Remove several inappropriate uses of the <literal>pure</literal>
attribute or they'd cause runtime issues when the package is built attribute that cause runtime issues when the package is built
with GCC 13 or later: with gcc-13 or later:
</para> </para>
<screen><userinput remap='pre'>sed '/bus_message_type_from_string/s/_pure_//' \ <screen><userinput remap='pre'>sed '/bus_message_type_from_string/s/_pure_//' \