r1133 - in trunk/BOOK: chapter01 chapter06
robert at linuxfromscratch.org
robert at linuxfromscratch.org
Sun Jun 3 21:10:26 MDT 2007
Author: robert
Date: 2007-06-03 21:10:26 -0600 (Sun, 03 Jun 2007)
New Revision: 1133
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/glibc.xml
Log:
Removed the Sed command on sysdep.h in Glibc. This Sed doesn't change anything in Glibc-2.5 (no longer needed)
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2007-06-03 22:45:06 UTC (rev 1132)
+++ trunk/BOOK/chapter01/changelog.xml 2007-06-04 03:10:26 UTC (rev 1133)
@@ -52,6 +52,10 @@
<para>June 3rd, 2007</para>
<itemizedlist>
<listitem>
+ <para>[robert]: Removed the Sed command on sysdep.h in Glibc. This
+ command doesn't perform any changes with Glibc-2.5.</para>
+ </listitem>
+ <listitem>
<para>[robert]: Bump to linux-2.6.21.3.</para>
</listitem>
</itemizedlist>
Modified: trunk/BOOK/chapter06/glibc.xml
===================================================================
--- trunk/BOOK/chapter06/glibc.xml 2007-06-03 22:45:06 UTC (rev 1132)
+++ trunk/BOOK/chapter06/glibc.xml 2007-06-04 03:10:26 UTC (rev 1133)
@@ -167,11 +167,6 @@
<screen role="hardened_tmp"><userinput>patch -Np1 -i ../&glibc-hardened_tmp-patch;</userinput></screen>
- <para role="aslr">Use PIC assembly code in the utility programs:</para>
-
-<screen role="aslr"><userinput>sed 's/^# if defined I386_USE_SYSENTER$/& \&\& defined SHARED/' \
- -i.orig sysdeps/unix/sysv/linux/i386/sysdep.h</userinput></screen>
-
<para role="ssp">Glibc's configure script will fail several tests because
<option>-fstack-protector[-all]</option> and <option>-nostdlib</option> are
being used together and the conftest program is not getting linked to
More information about the hlfs-book
mailing list