forked from kiss-community/repo
cyptsetup: Use system.
This commit is contained in:
parent
4f97b2ffd2
commit
39f57e7ce8
@ -1,7 +1,12 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
machine=$(gcc -dumpmachine)
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--build="$machine" \
|
||||
--target="$machine" \
|
||||
--host="$machine" \
|
||||
--disable-selinux \
|
||||
--enable-static-cryptsetup \
|
||||
--enable-libargon2 \
|
||||
|
Loading…
Reference in New Issue
Block a user