cyptsetup: Use system.

This commit is contained in:
Dylan Araps 2019-06-23 09:49:14 +03:00
parent 4f97b2ffd2
commit 39f57e7ce8

View File

@ -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 \