[lfs] 02/02: Bzip2: Adjust installation for ML.
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch multilib in repository lfs. commit 26cedfc31c590f555e81092a674961e93432548e Author: Zeckmathederg <[email protected]> AuthorDate: Tue Jan 27 10:44:56 2026 -0700 Bzip2: Adjust installation for ML. --- chapter08/bzip2.xml | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/chapter08/bzip2.xml b/chapter08/bzip2.xml index 9ca8843c6..7ccb1b6a1 100644 --- a/chapter08/bzip2.xml +++ b/chapter08/bzip2.xml @@ -133,21 +133,19 @@ done</userinput></screen> <para>Clean previous build:</para> -<screen><userinput remap="pre">make clean</userinput></screen> +<screen><userinput remap="pre">make clean +make -f Makefile-libbz2_so clean</userinput></screen> <para>Compile the package:</para> <screen><userinput remap="make">sed -e "s/^CC=.*/CC=gcc -m32/" -i Makefile{,-libbz2_so} -make -f Makefile-libbz2_so -make libbz2.a</userinput></screen> +make -f Makefile-libbz2_so</userinput></screen> <para>Install the package:</para> <screen><userinput remap="install">install -Dm755 libbz2.so.1.0.8 /usr/lib32/libbz2.so.1.0.8 ln -sf libbz2.so.1.0.8 /usr/lib32/libbz2.so -ln -sf libbz2.so.1.0.8 /usr/lib32/libbz2.so.1 -ln -sf libbz2.so.1.0.8 /usr/lib32/libbz2.so.1.0 -install -Dm644 libbz2.a /usr/lib32/libbz2.a</userinput></screen> +ln -sf libbz2.so.1.0.8 /usr/lib32/libbz2.so.1</userinput></screen> </sect2><!-- m32 --> @@ -160,21 +158,19 @@ install -Dm644 libbz2.a /usr/lib32/libbz2.a</userinput></screen> <para>Clean previous build:</para> -<screen><userinput remap="pre">make clean</userinput></screen> +<screen><userinput remap="pre">make clean +make -f Makefile-libbz2_so clean</userinput></screen> <para>Compile the package:</para> <screen><userinput remap="make">sed -e "s/^CC=.*/CC=gcc -mx32/" -i Makefile{,-libbz2_so} -make -f Makefile-libbz2_so -make libbz2.a</userinput></screen> +make -f Makefile-libbz2_so</userinput></screen> <para>Install the package:</para> <screen><userinput remap="install">install -Dm755 libbz2.so.1.0.8 /usr/libx32/libbz2.so.1.0.8 ln -sf libbz2.so.1.0.8 /usr/libx32/libbz2.so -ln -sf libbz2.so.1.0.8 /usr/libx32/libbz2.so.1 -ln -sf libbz2.so.1.0.8 /usr/libx32/libbz2.so.1.0 -install -Dm644 libbz2.a /usr/libx32/libbz2.a</userinput></screen> +ln -sf libbz2.so.1.0.8 /usr/libx32/libbz2.so.1</userinput></screen> </sect2><!-- mx32 --> -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/lfs-book Unsubscribe: See the above information page