mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user