aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/zlib.xml
Commit message (Collapse)AuthorAgeFilesLines
* binutils-pass2: workaround "binaries link to host libraries" issueXi Ruoyao2022-02-101-67/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | A very old libtool copy (2009-11-29) is shipped in binutils tarball. It does not support sysroot, so the cross-built binutils binaries may link to libraries from the host distro, if certain libraries are available. The ideal solution should be updating libtool, as libtool-2.4.6 (in LFS) has sysroot support. However, updating libtool for binutils is not trivial: it would require to rerun autoconf and binutils building system sticks to autoconf-2.69. Another issue is the sysroot support for libtool has introduced a configure option "--with-sysroot", which conflicts with an already existing option with the same name in GCC and binutils building system (we are using the GCC/binutils version of --with-sysroot in chapter 5). GCC building system has --with-build-sysroot (we are using this for GCC pass 2) for this issue. Binutils copied GCC building system, but it does not respect --with-build-sysroot. So for now we just edit libtool code to prevent "-L/usr/lib" in $LFS_TGT_gcc command line. It should fix the issue about host libiberty (reported in #lfs-support) as well, but it still need to be confirmed by someone having such a host. Tested with a jhalfs run on LFS.
* Package updates.Bruce Dubbs2022-02-091-0/+67
| | | | | | Update to bc-5.2.2. Update to linux-5.16.8. Update to binutils-2.38. Requires adding zlib to Chapter 6.
* Various fixes for building with glibc-2.33, and change the order in chapter 8Pierre Labastie2021-02-021-66/+0
| | | | | | so that everything is built against chapter 8 glibc. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12111 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to vim-8.2.2433. Bruce Dubbs2021-01-311-0/+66
| | | | | | | | | | | | | | | | | Update to iana-etc-20210115. Update to bc-3.2.5. Update to e2fsprogs-1.46.0. Update to autoconf-2.71. Update to tzdata-2021a. Update to perl-5.32.1. Update to libcap-2.47. Update to bison-3.7.5. Update to binutils-2.36. Requires building zlig in Chapter 6. Update to linux-5.10.12. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12105 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Initial commit of alternative cross LFSBruce Dubbs2020-06-071-101/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11897 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix kmod, procps-ng, zlib, readline, ncurses, Bruce Dubbs2013-12-131-1/+1
| | | | | | | | | and xz methods of establishing correct symbolic links for libraries. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10391 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Zlib-1.2.6. Fixes #3009.Matthew Burgess2012-01-301-20/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9723 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed a typo in the Zlib instructionsRandy McMurchy2010-10-281-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9409 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added a note to the zlib build optionsBruce Dubbs2010-08-151-1/+2
| | | | | | concerning -mstackrealign and non-Intel architectures git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9360 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Typo in spelling typoBruce Dubbs2010-06-271-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9318 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix zlib headerBruce Dubbs2010-06-271-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9316 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added new CFLAGS options to zlib configure instructionBruce Dubbs2010-06-271-1/+15
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9315 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix location of libz.soBruce Dubbs2010-04-131-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9240 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Adjust zlib instructions to ensure .pc file and all libraries are in the properBruce Dubbs2010-04-121-8/+8
| | | | | | | | location. Thanks to Chris Staub. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9239 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Zlib-1.2.4. Fixes #2606.Matthew Burgess2010-03-181-28/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9229 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Revert zlib to doing separate builds forBruce Dubbs2009-05-271-11/+28
| | | | | | | | static and dynamic libraries to ensure the -fPIC parameter is set properly in both cases. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8932 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
* Added remap attributes to userinput tags in packages pages.Manuel Canales Esparcia2007-09-181-11/+13
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added sect1info blocks to packages pages.Manuel Canales Esparcia2007-09-071-0/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8366 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated book sources to use DocBook-XML DTD 4.5Manuel Canales Esparcia2007-03-211-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7970 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Replaced "<" by "less than".Manuel Canales Esparcia2006-05-141-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7612 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Moved all dependency information to a new page, Appendix C.Jeremy Huntwork2006-04-181-8/+0
| | | | | | | | | | | Appendix C also contains information concerning the build order. While there might need to be a few tweaks yet, this information is complete enough at this point to close out the long-standing ticket #684. Many thanks to Chris Staub, Dan Nicholson and Manuel Canales Esparcia for helping get this finished. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7536 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed typography convections.Manuel Canales Esparcia2006-04-141-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7516 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Finished the XML indentation plus few tags changes.Manuel Canales Esparcia2006-02-101-59/+82
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7369 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Including patches.ent from general.entManuel Canales Esparcia2005-11-101-2/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7137 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add -v to commands that accept itMatthew Burgess2005-09-291-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6913 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to zlib-1.2.3Matthew Burgess2005-07-231-5/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6576 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Wording changes. Pulled out previous changelog commit.Archaic2005-07-061-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6417 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added security patch for zlib.Archaic2005-07-061-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6414 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed two more uncompress's to decompress.Archaic2005-07-041-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6363 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Round 2 of several minor wording changes in chapter 6 (matt).Archaic2005-06-301-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6258 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Several minor grammatical fixes. Thanks to Randy and Steve.Archaic2005-06-161-4/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6011 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated all chapter 6 build sizes (and chapter7 bootscripts).Archaic2005-06-141-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5917 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed patches to use entitiesJim Gifford2005-05-231-0/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5402 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed a missplaced comma.Manuel Canales Esparcia2005-04-111-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4917 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed the package name from the dependencies titles.Manuel Canales Esparcia2005-02-241-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4682 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed the Short Descriptions sections to table format for XHTML output.Manuel Canales Esparcia2005-02-241-0/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4677 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Tag correction.Manuel Canales Esparcia2005-02-201-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4657 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Trunk is now identical to TestingGerard Beekmans2005-02-191-7/+38
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4648 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgraded to DocBook 4.4 DTDMatthew Burgess2005-01-301-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4603 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added <literal> tags.Manuel Canales Esparcia2005-01-301-0/+1
| | | | | | Added NEW comments to commands that differs from testing. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4599 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed the text in chapter 06.Manuel Canales Esparcia2004-12-211-28/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4446 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updates to findutils, util-linux, and iproute2. More library changesJim Gifford2004-12-061-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4359 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updates: zlib, readline Upgrade: perl to 5.8.6Jim Gifford2004-12-031-21/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4344 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* No changelog entry - forgot to remove the zlib security patch from the XML - ↵Jeremy Utley2004-11-051-4/+0
| | | | | | this commit does so git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4305 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added security patch to unstable, closing bug 899Jeremy Utley2004-09-131-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4162 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Tags correctionsManuel Canales Esparcia2004-06-191-3/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3812 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed the id's location in the Short descriptions sections to fix a bug in ↵Manuel Canales Esparcia2004-05-241-2/+2
| | | | | | the PDF generation. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3711 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* HEAD: Retagged the Contents of ... sections.Manuel Canales Esparcia2004-05-171-9/+13
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689