Author: bdubbs
Date: Sat Aug 19 15:23:24 2017
New Revision: 19041
Log:
Add a glibc-2.25 fix to icu.
Clarify compiler-rt patch application.
Modified:
trunk/BOOK/general/genlib/icu.xml
trunk/BOOK/general/prog/llvm.xml
Modified: trunk/BOOK/general/genlib/icu.xml
==============================================================================
--- trunk/BOOK/general/genlib/icu.xml Sat Aug 19 14:48:21 2017 (r19040)
+++ trunk/BOOK/general/genlib/icu.xml Sat Aug 19 15:23:24 2017 (r19041)
@@ -38,7 +38,7 @@
the same results on all platforms.
</para>
- &lfs80_checked;
+ &lfs81_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -110,8 +110,9 @@
Install <application>ICU</application> by running the following commands:
</para>
-<screen><userinput>cd source &&
-./configure --prefix=/usr &&
+<screen><userinput>cd source &&
+sed -i 's/xlocale/locale/' i18n/digitlst.cp &&
+./configure --prefix=/usr &&
make</userinput></screen>
<para>
Modified: trunk/BOOK/general/prog/llvm.xml
==============================================================================
--- trunk/BOOK/general/prog/llvm.xml Sat Aug 19 14:48:21 2017 (r19040)
+++ trunk/BOOK/general/prog/llvm.xml Sat Aug 19 15:23:24 2017 (r19041)
@@ -187,7 +187,7 @@
mv tools/cfe-&llvm-version;.src tools/clang &&
mv projects/compiler-rt-&rt-version;.src projects/compiler-rt
-patch -Np1 -d projects/compiler-rt -i
../compiler-rt-4.0.1-glibc-2.26-1.patch</userinput></screen>
+patch -Np1 -d projects/compiler-rt <
../compiler-rt-4.0.1-glibc-2.26-1.patch</userinput></screen>
<para>
Install <application>LLVM</application> by running the following
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page