systemd-244
Taille du paquet | 24M |
---|---|
Somme de contrôle SHA256 | 257f46a2512dcb6a28c387c133184876f39e7ba1268bbe221120d814907dc153 |
Estimation du temps de construction | 166.952 secondes |
Dependances | D-Bus-1.12.16, Libcap-2.31, Attr-2.4.48, Linux-PAM-1.3.1, TCP Wrapper-7.6, Kmod-26 |
TIMEFORMAT='(BUSYBOX) Compilation de systemd-244 en %R seconds ...'
time {
wget https://github.com/systemd/systemd/archive/v244/systemd-244.tar.gz -O ${LFS}/download/systemd-244.tar.gz --no-check-certificate &&
md5sum -c <<<" 413121fe918b252ae62310f6fc7c4b32 ${LFS}/download/systemd-244.tar.gz" &&
wget http://anduin.linuxfromscratch.org/LFS/systemd-man-pages-244.tar.xz -O ${LFS}/download/systemd-man-pages-244.tar.xz --no-check-certificate &&
md5sum -c <<<" 1839ad557eb376d22853cac54d00de77 ${LFS}/download/systemd-man-pages-244.tar.xz" &&
rm -Rf ${LFS}/src/systemd-244 &&
tar xzf ${LFS}/download/systemd-244.tar.gz -C ${LFS}/src &&
cd ${LFS}/src/systemd-244 &&
tar xf ${LFS}/download/systemd-man-pages-244.tar.xz &&
sed '177,$ d' -i src/resolve/meson.build &&
sed -i 's/GROUP="render", //' rules.d/50-udev-default.rules.in &&
mkdir -p build &&
cd build &&
PKG_CONFIG_PATH="/usr/lib/pkgconfig:/tools/lib/pkgconfig" LANG=fr_FR.UTF-8 meson --prefix=/usr --sysconfdir=/etc --localstatedir=/var -Dblkid=true -Dbuildtype=release -Ddefault-dnssec=no -Dfirstboot=false -Dinstall-tests=false -Dkmod-path=/bin/kmod -Dldconfig=false -Dmount-path=/bin/mount -Drootprefix= -Drootlibdir=/lib -Dsplit-usr=true -Dsulogin-path=/sbin/sulogin -Dsysusers=false -Dumount-path=/bin/umount -Db_lto=false -Drpmmacrosdir=no ..
LANG=fr_FR.UTF-8 ninja &&
LANG=fr_FR.UTF-8 DESTDIR=$PWD/_pkg ninja install &&
strip _pkg/bin/*
strip _pkg/sbin/*
strip _pkg/lib/*
strip _pkg/usr/bin/*
strip _pkg/usr/sbin/*
strip _pkg/usr/lib/*
rm -Rf _pkg/_pkg &&
tar -C _pkg/ -cvf ${LFS}/pkg/systemd-244.tar.gz ./ &&
cd "${LFS}/"
}