2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00

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