Author: thomas
Date: Sun Feb 25 21:30:15 2018
New Revision: 19877
Log:
Fix sed for 32bit in lame
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/audioutils/lame.xml
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Sun Feb 25 18:44:06
2018 (r19876)
+++ trunk/BOOK/introduction/welcome/changelog.xml Sun Feb 25 21:30:15
2018 (r19877)
@@ -43,7 +43,11 @@
-->
<listitem>
<para>February 25th, 2018</para>
- <itemizedlist>
+ <itemizedlist>
+ <listitem>
+ <para>[thomas] - Fix sed for 32bit in lame. Fixes
+ <ulink url="&blfs-ticket-root;10415">#10415</ulink>.</para>
+ </listitem>
<listitem>
<para>[ken] - In mutt, reinstate the commands to preserve
manual.txt.</para>
Modified: trunk/BOOK/multimedia/audioutils/lame.xml
==============================================================================
--- trunk/BOOK/multimedia/audioutils/lame.xml Sun Feb 25 18:44:06 2018
(r19876)
+++ trunk/BOOK/multimedia/audioutils/lame.xml Sun Feb 25 21:30:15 2018
(r19877)
@@ -95,7 +95,7 @@
</para>
<screen><userinput>case $(uname -m) in
- i?86) sed -i -e '/xmmintrin\.h/d' configure ;;
+ i?86) sed -i -e 's/<xmmintrin.h/&.nouse/' configure ;;
esac</userinput></screen>
<para>
@@ -122,7 +122,7 @@
<title>Command Explanations</title>
<para>
- <command>sed -i -e '/xmmintrin\.h/d' configure</command> : with
+ <command>sed -i -e 's/<xmmintrin.h/&.nouse/' configure</command>
: with
gcc-4.9.0 and above, the compiler issues an error on 32-bit machines,
while compiling <filename>xmm_quantize_sub.c</filename>. The error
message is: <literal>error: inlining failed in call to always_inline
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page