mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-09 06:05:14 -07:00
cryptsetup: Disable blkid.
This commit is contained in:
parent
2438942e31
commit
8e932536f0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user