mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 21:49:13 +00:00
general tidy up of changelog and added entries for bzip and shadow static library moves and exec command being used in yacc script
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1046 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
e2416ad53e
commit
f28b4d18c4
@ -25,18 +25,13 @@
|
||||
<listitem><para>sysvinit-2.81</para></listitem>
|
||||
<listitem><para>util-linux-2.11h</para></listitem>
|
||||
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>Chapters 5 & 6: Added a new patch for gcc-2.95.3
|
||||
which fixes various problems such as the weak symbol
|
||||
bug.</para></listitem>
|
||||
|
||||
<listitem><para>Chapter 6: ncurses patch totally
|
||||
removed. Static libraries now moved to /usr/lib and libcurses.a symlink
|
||||
created manually.</para></listitem>
|
||||
<listitem><para>After much testing and discussing, it's been decided to
|
||||
downgrade to gcc-2.95.3 for the time being, until problems with the new
|
||||
gcc-3.0 version have been fixed.</para></listitem>
|
||||
|
||||
<listitem><para>Chapter 5: sed commands for bzip2 and mawk static
|
||||
compiles have been replaced with a simpler flag to gcc.</para></listitem>
|
||||
@ -50,26 +45,6 @@ make in order for LDFLAGS=-static to work properly.</para></listitem>
|
||||
<listitem><para>Chapter 5: GCC isn't statically linked anymore by using
|
||||
make -e LDFLAGS=-static, but by make BOOT_LDFLAGS=-static.</para></listitem>
|
||||
|
||||
<listitem><para>Chapter 6: Util-linux sed command has been replaced with a
|
||||
flag to make.</para></listitem>
|
||||
|
||||
<listitem><para>Chapter 6: Man patch replaced with
|
||||
sed command.</para></listitem>
|
||||
|
||||
<listitem><para>Chapter 5 & 6: Changed tar patch to use -j for bzip2
|
||||
files instead of -y in order to be compatible with next tar release. Also
|
||||
renamed patch file to tar-1.13.patch</para></listitem>
|
||||
|
||||
<listitem><para>Chapter 6: Removed shadow-utils patch in favour of a sed
|
||||
command</para></listitem>
|
||||
|
||||
<listitem><para>Chapter 6: Removed sysvinit patch in favour of a sed
|
||||
command.</para></listitem>
|
||||
|
||||
<listitem><para>After much testing and discussing, it's been decided to
|
||||
downgrade to gcc-2.95.3 for the time being, until problems with the new
|
||||
gcc-3.0 version have been fixed.</para></listitem>
|
||||
|
||||
<listitem><para>Chapter 5: Removed kernel patch for gcc-3.0
|
||||
compilation</para></listitem>
|
||||
|
||||
@ -79,6 +54,39 @@ compile problems</para></listitem>
|
||||
<listitem><para>Chapter 5: Added missing chown root.root
|
||||
$LFS/usr/include/linux to kernel installation </para></listitem>
|
||||
|
||||
<listitem><para>Chapter 5 & 6: Changed tar patch to use -j for bzip2
|
||||
files instead of -y in order to be compatible with next tar release. Also
|
||||
renamed patch file to tar-1.13.patch</para></listitem>
|
||||
|
||||
<listitem><para>Chapters 5 & 6: Added a new patch for gcc-2.95.3
|
||||
which fixes various problems such as the weak symbol
|
||||
bug.</para></listitem>
|
||||
|
||||
<listitem><para>Chapter 6: Bzip2 and shadowutils static libraries
|
||||
are now put in /usr/lib instead of /lib. There are now also links
|
||||
from /usr/lib to their dynamic libraries in /lib to enable the linker to
|
||||
still find the dynamic versions.</para></listitem>
|
||||
|
||||
<listitem><para>Chapter 6: ncurses patch totally
|
||||
removed. Static libraries now moved to /usr/lib and libcurses.a symlink
|
||||
created manually. A symlink is also created from /usr/lib to the
|
||||
dynamic libraries in /lib so that the linker still sees them.</para></listitem>
|
||||
|
||||
<listitem><para>Chapter 6: Yacc script in bison page now uses exec bison
|
||||
which replaces the shell.</listitem></para>
|
||||
|
||||
<listitem><para>Chapter 6: Util-linux sed command has been replaced with a
|
||||
flag to make.</para></listitem>
|
||||
|
||||
<listitem><para>Chapter 6: Man patch replaced with
|
||||
sed command.</para></listitem>
|
||||
|
||||
<listitem><para>Chapter 6: Removed shadow-utils patch in favour of a sed
|
||||
command</para></listitem>
|
||||
|
||||
<listitem><para>Chapter 6: Removed sysvinit patch in favour of a sed
|
||||
command.</para></listitem>
|
||||
|
||||
<listitem><para>Chapter 6: Removed the Groff command explanation
|
||||
regarding CXXFLAGS which has been made obsolete with the update
|
||||
to groff-1.17.1</para></listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user