Author: jim Date: 2005-03-30 20:28:44 -0700 (Wed, 30 Mar 2005) New Revision: 4819
Modified: branches/multi-arch/BOOK/chapter01/changelog.xml branches/multi-arch/BOOK/chapter03/patches.xml branches/multi-arch/BOOK/chapter05/glibc.xml branches/multi-arch/BOOK/chapter06/glibc.xml Log: Added: linux-libc-headers patch to fix compile with sysklogd Modified: branches/multi-arch/BOOK/chapter01/changelog.xml =================================================================== --- branches/multi-arch/BOOK/chapter01/changelog.xml 2005-03-30 23:19:33 UTC (rev 4818) +++ branches/multi-arch/BOOK/chapter01/changelog.xml 2005-03-31 03:28:44 UTC (rev 4819) @@ -68,6 +68,7 @@ <listitem><para>Arch: RaQ2 - Colo 1.17</para></listitem> <listitem><para>Arch: RaQ2 - glibc-2.3.4-mips_syscall-2.patch</para></listitem> <listitem><para>Arch: RaQ2 - lfs-bootscripts-3.1.0-raq2-2.patch</para></listitem> +<listitem><para>Arch: RaQ2 - linux-libc-headers-2.6.11.2-raq2_fix-1.patch</para></listitem> </itemizedlist> </listitem> @@ -86,6 +87,7 @@ <listitem><para>Removed: Arch: All - Syslog-ng 1.6.6.</para></listitem> <listitem><para>Removed: Arch: All - Libol 0.3.15.</para></listitem> <listitem><para>Fixed: Arch: All - Patches download locations.</para></listitem> +<listitem><para>Patch: Arch: RaQ2 - Fix compile issue on sysklogd.</para></listitem> </itemizedlist> </listitem> </itemizedlist> Modified: branches/multi-arch/BOOK/chapter03/patches.xml =================================================================== --- branches/multi-arch/BOOK/chapter03/patches.xml 2005-03-30 23:19:33 UTC (rev 4818) +++ branches/multi-arch/BOOK/chapter03/patches.xml 2005-03-31 03:28:44 UTC (rev 4819) @@ -128,6 +128,13 @@ </varlistentry> <varlistentry arch="raq2"> +<term>Linux-libc-headers RaQ2 Patch - 1 KB:</term> +<listitem> +<para><ulink url="&patches-root;linux-libc-headers/linux-libc-headers-&linux-libc-headers-version;-raq2_fix-1.patch"/></para> +</listitem> +</varlistentry> + +<varlistentry arch="raq2"> <term>Linux RaQ2 Patch - 156 KB:</term> <listitem> <para><ulink url="&patches-root;linux/linux-&linux-version;-raq2_fix-1.patch"/></para> Modified: branches/multi-arch/BOOK/chapter05/glibc.xml =================================================================== --- branches/multi-arch/BOOK/chapter05/glibc.xml 2005-03-30 23:19:33 UTC (rev 4818) +++ branches/multi-arch/BOOK/chapter05/glibc.xml 2005-03-31 03:28:44 UTC (rev 4819) @@ -44,7 +44,7 @@ <para arch="alpha;x86">Unpack the glibc-libidn-&glibc-version; tarball -- it will unfold into the same directory.</para> -<para arch="raq2">The following patch corrects the building of syscall.h::</para> +<para arch="raq2">The following patch corrects the building of syscall.h:</para> <screen arch="raq2"><userinput>patch -Np1 -i ../glibc-&glibc-version;-mips_syscall-2.patch</userinput></screen> Modified: branches/multi-arch/BOOK/chapter06/glibc.xml =================================================================== --- branches/multi-arch/BOOK/chapter06/glibc.xml 2005-03-30 23:19:33 UTC (rev 4818) +++ branches/multi-arch/BOOK/chapter06/glibc.xml 2005-03-31 03:28:44 UTC (rev 4819) @@ -50,7 +50,7 @@ Glibc autoconf tests would give false results and defeat the goal of achieving a clean build.</para> -<para arch="raq2">The following patch corrects the building of syscall.h::</para> +<para arch="raq2">The following patch corrects the building of syscall.h:</para> <screen arch="raq2"><userinput>patch -Np1 -i ../glibc-&glibc-version;-mips_syscall-2.patch</userinput></screen> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
