mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
util-linux: build only what we need (mount, umount, swapon, blkid, fstrim, libblkid, libuuid)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d9c4879f0d
commit
7b884783ec
@ -76,6 +76,14 @@ gt_cv_func_gnugettext1_libintl=no \
|
||||
--without-selinux \
|
||||
--without-audit
|
||||
|
||||
make
|
||||
make -C mount mount
|
||||
make -C mount umount
|
||||
make -C mount swapon
|
||||
make -C misc-utils blkid
|
||||
make -C sys-utils fstrim
|
||||
make -C shlibs/uuid
|
||||
make -C shlibs/blkid
|
||||
|
||||
$MAKEINSTALL
|
||||
# libuuid must be installed before libblkid!!!
|
||||
$MAKEINSTALL -C shlibs/uuid
|
||||
$MAKEINSTALL -C shlibs/blkid
|
||||
|
Loading…
x
Reference in New Issue
Block a user