From 06ff796e482a073d6bb82a5e5f4fcb5aa64e809b Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 23 Feb 2024 06:13:13 -0500 Subject: [PATCH] util-linux-common: disable new mount api for now breaks remounting overlayfs with different options (like / on live ISOs) in the next version, this should be runtime settable and can be removed fixes void-linux/void-mklive#369 --- srcpkgs/util-linux-common/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/util-linux-common/template b/srcpkgs/util-linux-common/template index a5cbdb8675d..a166247a5d0 100644 --- a/srcpkgs/util-linux-common/template +++ b/srcpkgs/util-linux-common/template @@ -2,7 +2,7 @@ # Keep this package sync with util-linux pkgname=util-linux-common version=2.39.3 -revision=1 +revision=2 build_style=gnu-configure configure_args=" --disable-all-programs @@ -17,7 +17,7 @@ configure_args=" --exec-prefix=\${prefix} --with-systemdsystemunitdir=no --without-python - --without-udev" + --without-udev --disable-libmount-mountfd-support" hostmakedepends="gettext pkg-config" makedepends="libcap-ng-devel pam-devel readline-devel zlib-devel" checkdepends="xz tar iproute2 socat procps-ng bc"