1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2026-01-13 20:19:09 +00:00
Files
2023-02-15 14:00:22 -05:00

17 lines
350 B
Bash

# File Phase 2
mkdir build
pushd build
../configure --disable-bzlib \
--disable-libseccomp \
--disable-xzlib \
--disable-zlib
make
popd
./configure --prefix=/usr --host=$LFS_TGT --build=$(./config.guess)
make FILE_COMPILE=$(pwd)/build/src/file
make DESTDIR=$LFS install
rm $LFS/usr/lib/libmagic.la