Merge pull request #1858 from tlaurion/bugfix-fix_lvm_reproducibility

modules/lvm2: define /run relative paths (not sure why circleci remote docker default run dir != local run dir)
This commit is contained in:
Thierry Laurion 2024-11-22 11:51:29 -05:00 committed by GitHub
commit 573f48dd11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 \