From f2872dbb788511cb5ba848ed4b52918d1b2444c5 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Thu, 22 Jan 2026 16:09:02 +0200 Subject: [PATCH] Link to cryptsetup dynamically at runtime --- pkg.info | 2 +- source.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg.info b/pkg.info index 69bf8a7..c53efaa 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: util-linux description: Linux system utilities version: 2.41.3 -revision: 3 +revision: 4 url: https://github.com/util-linux/util-linux license: GPL2 architecture: any diff --git a/source.sh b/source.sh index 2f7b5f6..532e6f3 100644 --- a/source.sh +++ b/source.sh @@ -10,6 +10,7 @@ build() { -Dsystemd=disabled \ -Dlibuser=disabled \ -Dlibutempter=enabled \ + -Dcryptsetup-dlopen=enabled \ -Dncurses=disabled \ -Dncursesw=enabled \ -Deconf=disabled \