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 | |
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')
-rw-r--r-- | chapter01/changelog.xml | 6 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 3 |
2 files changed, 8 insertions, 1 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> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 7cc557eeb..d68cfb869 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -307,10 +307,11 @@ <listitem> <para>vim-7.2-fixes-3.patch</para> </listitem> + <!-- <listitem> <para>zlib-1.2.3-fPIC-1.patch</para> </listitem> - + --> </itemizedlist> </sect1> |