From 8d557ad89d660aba47a9932e28cc1e65666da1fe Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 28 Mar 2021 15:11:25 +0000 Subject: 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 --- chapter08/file.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'chapter08') diff --git a/chapter08/file.xml b/chapter08/file.xml index eb9f41a2b..326f99eeb 100644 --- a/chapter08/file.xml +++ b/chapter08/file.xml @@ -57,6 +57,16 @@ make install + /bin/more from util-linux will link to + libmagic.so, so the shared + library should be moved to /lib, + and as a result the + .so file in + /usr/lib will need to be recreated: + +mv -v /usr/lib/libmagic.so.* /lib +ln -sfv ../../lib/$(readlink /usr/lib/libmagic.so) /usr/lib/libmagic.so + -- cgit v1.2.3-54-g00ecf