modules/lvm2: define /run relative paths (not sure why circleci remote docker default run dir != local run dir)

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
Thierry Laurion 2024-11-22 09:41:32 -05:00
parent be0aac6914
commit 1a07bf7b68
No known key found for this signature in database
GPG Key ID: 9A53E1BB3FF00461

View File

@ -16,6 +16,9 @@ lvm2_configure := \
--host $(MUSL_ARCH)-elf-linux \
--prefix "" \
--libexecdir "/bin" \
--with-default-pid-dir=/run \
--with-default-dm-run-dir=/run \
--with-default-run-dir=/run/lvm \
--with-optimisation=-Os \
--enable-devmapper \
--disable-selinux \