Changeset 8d557ad for chapter06


Ignore:
Timestamp:
03/28/2021 03:11:25 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
e342298
Parents:
2ec1c15
Message:

file: secure the URL, add libseccomp as external dep, and move libmagic.so to /lib

/bin/more links to libmagic.so (found on gimli and rivendell with a script)

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/file.xml

    r2ec1c15 r8d557ad  
    9191<screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen>
    9292
     93    <para>Move a shared library into its final location in the LFS system,
     94    and recreate the symlink for it:</para>
     95
     96<screen><userinput remap="install">mv -v $LFS/usr/lib/libmagic.so.* $LFS/lib
     97ln -sfv ../../lib/$(readlink /usr/lib/libmagic.so) $LFS/usr/lib/libmagic.so</userinput></screen>
     98
    9399  </sect2>
    94100
Note: See TracChangeset for help on using the changeset viewer.