mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Fix a regression in alsa-lib on i686 that causes a segmentation fault
when audio is played.
This commit is contained in:
parent
a99fd22873
commit
819ef3eeb6
@ -41,6 +41,11 @@
|
||||
<listitem>
|
||||
<para>October 20th, 2023</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Fix a regression in alsa-lib that causes segmentation
|
||||
faults whenever audio is played on i686. Fixes
|
||||
<ulink url="&blfs-ticket-root;18751">#18751</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Removed most references to the update-leap
|
||||
script in ntp. Fixes
|
||||
|
@ -68,6 +68,16 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Required patch:
|
||||
<ulink url="&patch-root;/alsa-lib-&alsa-lib-version;-upstream_fixes-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">ALSA Library Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended (Runtime)</bridgehead>
|
||||
@ -121,6 +131,15 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of ALSA Library</title>
|
||||
|
||||
<para>
|
||||
First, if you are building on a 32-bit system, fix a regression that
|
||||
causes a segmentation fault when playing audio:
|
||||
</para>
|
||||
|
||||
<screen><userinput>case $(uname -m) in
|
||||
i?86) patch -Np1 -i ../alsa-lib-&alsa-lib-version;-upstream_fixes-1.patch ;;
|
||||
esac</userinput></screen>
|
||||
|
||||
<para>
|
||||
Install <application>ALSA Library</application> by
|
||||
running the following commands:
|
||||
|
Loading…
Reference in New Issue
Block a user