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:
Stephan Raue 2011-02-10 08:36:20 +01:00
parent d9c4879f0d
commit 7b884783ec

View File

@ -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