libaio: fix testsuite issue with glibc-2.34

This commit is contained in:
Xi Ruoyao 2021-08-05 21:18:02 +08:00
parent b3901604dc
commit f8fcbabe56
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

View File

@ -95,6 +95,13 @@
<screen><userinput>make</userinput></screen> <screen><userinput>make</userinput></screen>
<para>
If you want to run the testsuite, fix an issue with Glibc-2.34 or
later:
</para>
<screen><userinput>sed 's/-Werror//' -i harness/Makefile</userinput></screen>
<para> <para>
To test the results, issue: <command>make partcheck</command>. To test the results, issue: <command>make partcheck</command>.
</para> </para>