wget https://www.kernel.org/pub/linux/utils/cryptsetup/v1.7/cryptsetup-1.7.1.tar.xz
tar xvf cryptsetup-1.7.1.tar.xz
cd cryptsetup-1.7.1
./configure
configure: error: You need the uuid library.
I also tried building uuid but never could get cryptsetup to find what it was looking for.