prefix should not be empty

This commit is contained in:
Trammell Hudson 2017-04-07 09:51:15 -04:00
parent f65136c1a2
commit 3c07e27d73
Failed to extract signature

View File

@ -13,7 +13,7 @@ cryptsetup_hash := af2b04e8475cf40b8d9ffd97a1acfa73aa787c890430afd89804fb544d6ad
cryptsetup_configure := ./configure \
CC="$(heads_cc)" \
--host i386-elf-linux \
--prefix "" \
--prefix "/" \
--disable-gcrypt-pbkdf2 \
--with-crypto_backend=kernel \