Update bzip2 installation to install relative symbolic links

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8879 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2009-05-16 23:49:13 +00:00
parent 78c5b5dd61
commit 1442d77463
3 changed files with 10 additions and 1 deletions

View File

@ -40,6 +40,11 @@
<listitem> <listitem>
<para>2009-05-16</para> <para>2009-05-16</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[bdubbs] - Make symbolic links installed by bzip2 relative.
Fixes
<ulink url="&lfs-ticket-root;2396">#2396</ulink>.</para>
</listitem>
<listitem> <listitem>
<para>[matthew] - Add creation of <para>[matthew] - Add creation of
<filename>/etc/modprobe.conf</filename> to prevent ohci_hcd and <filename>/etc/modprobe.conf</filename> to prevent ohci_hcd and

View File

@ -47,6 +47,10 @@
<screen><userinput remap="pre">patch -Np1 -i ../&bzip2-docs-patch;</userinput></screen> <screen><userinput remap="pre">patch -Np1 -i ../&bzip2-docs-patch;</userinput></screen>
<para>The following command ensures installation of symbolic links are relative:</para>
<screen><userinput remap="pre">sed -i 's@\(ln -s -f \)$(PREFIX)/bin/@\1@' Makefile</userinput></screen>
<para>Prepare Bzip2 for compilation with:</para> <para>Prepare Bzip2 for compilation with:</para>
<screen><userinput remap="make">make -f Makefile-libbz2_so <screen><userinput remap="make">make -f Makefile-libbz2_so

View File

@ -2,7 +2,7 @@
<!ENTITY version "SVN-20090516"> <!ENTITY version "SVN-20090516">
<!ENTITY releasedate "May 16, 2009"> <!ENTITY releasedate "May 16, 2009">
<!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not &ndash; --> <!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.0"> <!ENTITY milestone "6.5">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
<!ENTITY lfs-root "http://www.linuxfromscratch.org/"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/">