2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-16 04:42:26 +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 \ ./configure \
--prefix=/usr \ --prefix=/usr \
--enable-static-cryptsetup --enable-static-cryptsetup \
--disable-blkid
make make
make DESTDIR="$1" install make DESTDIR="$1" install