mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Fix the build of HDSPMixer in alsa-tools
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22608 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
492b55d517
commit
c1c6b2e472
@ -44,6 +44,10 @@
|
||||
<listitem>
|
||||
<para>January 27th, 2020</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Fix a FTBS in HDSPMixer in alsa-tools due to
|
||||
Linux-5.4 kernel API changes.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[ken] - Update to mutt-1.13.3. Fixes
|
||||
<ulink url="&blfs-ticket-root;13016">#13016</ulink>.</para>
|
||||
|
@ -121,7 +121,9 @@
|
||||
<screen><userinput>sed -i -e "/#include/i #define __user" \
|
||||
hdspconf/src/*.cxx \
|
||||
hdspmixer/src/*.cxx \
|
||||
hdsploader/hdsploader.c</userinput></screen>
|
||||
hdsploader/hdsploader.c &&
|
||||
sed -i -e '39 s/uint32_t/__u32/' hdspmixer/src/HDSPMixerWindow.cxx &&
|
||||
sed -i -e '40 s/uint64_t/__u64/' hdspmixer/src/HDSPMixerWindow.cxx</userinput></screen>
|
||||
|
||||
<para>
|
||||
The <application>ALSA Tools</application> package is only needed by those
|
||||
|
Loading…
Reference in New Issue
Block a user