aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix a typo. Thanks to Jean-Philippe Mengual.Matthew Burgess2009-05-171-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8888 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add gettext upstream patchBruce Dubbs2009-05-171-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8886 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add optimization (-O3 and -pipe) to glibc in Chapter 6Bruce Dubbs2009-05-171-2/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8885 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Correct bootstrap explanation in gcc sections. Thanks to Chris Staub.Bruce Dubbs2009-05-171-6/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8883 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix permissions for zlib static libraryBruce Dubbs2009-05-171-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8882 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add zlib-1.2.3-fPIC-1.patch which allowsBruce Dubbs2009-05-171-28/+7
| | | | | | | | | | building static and dynamic libraries in one step. Also moved the libraries to /usr/lib. Fixes ticket #2329. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8880 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update bzip2 installation to install relative symbolic linksBruce Dubbs2009-05-161-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8879 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Shadow-4.1.4. Fixes #2394.Matthew Burgess2009-05-161-15/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8874 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Resolve several man-db encodoing configuration issues. Fixes #2298.Matthew Burgess2009-05-162-222/+73
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8871 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update various packages' list of installed programs and libraries. Many ↵Matthew Burgess2009-05-1016-85/+357
| | | | | | thanks to Chris Staub for the patch. Fixes #2371. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8870 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update list of installed files for Coreutils and DB.Matthew Burgess2009-05-102-10/+55
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8869 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Shadow-4.1.3.1. FIxes #2382.Matthew Burgess2009-05-101-9/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8867 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Module-Init-Tools-3.8. Fixes #2381.Matthew Burgess2009-05-101-7/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8865 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to GCC-4.4.0.Matthew Burgess2009-05-101-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8858 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Use latest upstream Bash patches.Matthew Burgess2009-05-101-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8854 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove erroneous --enable threads from M4.Bruce Dubbs2009-04-131-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8852 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Re-introduce the Glibc-libidn package as it is not included in the Glibc ↵Matthew Burgess2009-03-211-4/+4
| | | | | | release tarball. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8848 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Keep readlink in /usr/bin instead of moving it to /bin. It's not specified ↵Matthew Burgess2009-03-201-1/+1
| | | | | | in the FHS, nor is it required by the bootscripts. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8844 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* - Install udev's 40-isdn.rules to handle ISDN (CAPI) devices; remove udev-configBryan Kadzban2009-03-162-2/+6
| | | | | | | | | | | rules for them. Fixes more of #2297. - Use the dialout group instead of uucp. Udev has moved to a Debian-like setup, where the uucp group is for a UUCP daemon, and dialout is for devices. (This undoes much of r8428 as well.) Fixes the rest of #2314, and more of #2297. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8841 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Various text updates/typo fixes from Chris Staub. Fixes #2367.Matthew Burgess2009-03-124-12/+12
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8839 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Improve the explanation of the Expect/PTY test in Binutils' instructions. ↵Matthew Burgess2009-03-121-7/+8
| | | | | | Fixes #2365. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8838 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Use Inetutils' version of hostname, rather than Coreutils' version. Fixes ↵Matthew Burgess2009-03-123-15/+15
| | | | | | #2364. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8836 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove an obsolete GCC fixup command from Inetutils' instructions. Fixes #2360.Matthew Burgess2009-03-111-6/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8832 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Tar-1.22. Fixes #2358.Matthew Burgess2009-03-111-6/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8830 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Readline-6.0. Fixes #2353.Matthew Burgess2009-03-111-9/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8829 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Man-DB-2.5.4. Fixes #2356 and #2338.Matthew Burgess2009-03-111-16/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8826 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Glibc-2.9. Fixes #2354.Matthew Burgess2009-03-111-4/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8823 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Coreutils-7.1. Fixes #2354.Matthew Burgess2009-03-111-7/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8822 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Bash-4.0. Fixes #2351.Matthew Burgess2009-03-113-11/+15
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8821 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Minor fixesBruce Dubbs2009-03-061-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8819 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Linux-2.6.28.5. Fixes #2348.Matthew Burgess2009-02-171-5/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8818 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Grep-2.5.4. Fixes #2346.Matthew Burgess2009-02-171-6/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8817 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove the --enable-multibyte switch from Groff's configure command as it ↵Matthew Burgess2009-02-081-1/+1
| | | | | | isn't required as of Groff-1.20.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8814 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Install sysklogd's binaries to /sbin for FHS compatibility. Fixes #2317.Matthew Burgess2009-02-081-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8813 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Module-Init-Tools-3.6. Fixes #2343.Matthew Burgess2009-02-081-0/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8810 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add a patch to suppress a warning added in Tar-1.21 that causes the Perl ↵Matthew Burgess2009-02-081-2/+4
| | | | | | testsuite to fail. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8808 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Install MPFR documentation. Fixes #2232.Matthew Burgess2009-02-081-0/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8806 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove --sysconfdir parameter from Inetutils'. Fixes #2313.Matthew Burgess2009-02-081-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8805 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove redundant SBINDIR parameter from IPRoute2's instructions. Fixes last ↵Matthew Burgess2009-02-011-12/+2
| | | | | | part of #2307. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8802 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Install DRM-related Linux headers. Fixes part of #2307.Matthew Burgess2009-02-011-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8801 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add description of Gettext's preloadable_libintl.so. Fixes #2312.Matthew Burgess2009-02-011-2/+13
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8799 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Udev-137. Fixes #2328.Matthew Burgess2009-02-011-0/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8798 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Tar-1.21. Fixes #2309.Matthew Burgess2009-02-011-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8796 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Patch-2.5.9. Fixes #2239.Matthew Burgess2009-02-011-0/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8795 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Linux-2.6.28.2. Fixes #2316.Matthew Burgess2009-02-011-1/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8793 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Groff-1.20.1. Fixes #2322.Matthew Burgess2009-02-012-13/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8790 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Bash-3.2.48. Fixes #2319.Matthew Burgess2009-02-011-5/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8786 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Minor changes for consistent pdf generationBruce Dubbs2009-01-151-2/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8782 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Reformatted several pages so pdf is properly generated.Bruce Dubbs2009-01-044-8/+49
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8781 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added -v to the install command for the convert-mans script in the man-db ↵Robert Connolly2008-12-201-1/+1
| | | | | | page, for consistent use of verbose commands. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8777 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689