From 8e932536f03c73ad5362efa94bf68b0e69b173b7 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 23 Jun 2019 09:26:21 +0300 Subject: [PATCH] cryptsetup: Disable blkid. --- core/cryptsetup/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/cryptsetup/build b/core/cryptsetup/build index 49c75ff8..30862cd7 100755 --- a/core/cryptsetup/build +++ b/core/cryptsetup/build @@ -2,7 +2,8 @@ ./configure \ --prefix=/usr \ - --enable-static-cryptsetup + --enable-static-cryptsetup \ + --disable-blkid make make DESTDIR="$1" install