cryptsetup: Disable blkid.

This commit is contained in:
Dylan Araps 2019-06-23 09:26:21 +03:00
parent 2438942e31
commit 8e932536f0

View File

@ -2,7 +2,8 @@
./configure \
--prefix=/usr \
--enable-static-cryptsetup
--enable-static-cryptsetup \
--disable-blkid
make
make DESTDIR="$1" install