diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-05-27 06:33:49 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-05-27 06:33:49 +0000 |
commit | ea2dfe7386ae02dac0cb7a54f4cb6cea0213585f (patch) | |
tree | a04f2a551d5e60833a54bfa4f63def83c98eb32d /chapter01/changelog.xml | |
parent | 13fe71ee07b5ceaeac6fdda817024d67c3c783fa (diff) |
Revert zlib to doing separate builds for
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
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r-- | chapter01/changelog.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 30c4d07c4..c588aee79 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,12 @@ <para>2009-05-27</para> <itemizedlist> <listitem> + <para>[bdubbs] - Revert zlib to doing separate builds for + static and dynamic libraries to ensure the -fPIC parameter + is set properly in both cases. + Fixes <ulink url="&lfs-ticket-root;2329">#2329</ulink> (again).</para> + </listitem> + <listitem> <para>[bdubbs] - Update gettext patch to -2 for an additional bug fix. Thanks to Robert Connolly for the patch. Fixes <ulink url="&lfs-ticket-root;2417">#2417</ulink>.</para> |