mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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
This commit is contained in:
parent
9675e440cc
commit
06ff796e48
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Keep this package sync with util-linux
|
# Keep this package sync with util-linux
|
||||||
pkgname=util-linux-common
|
pkgname=util-linux-common
|
||||||
version=2.39.3
|
version=2.39.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
--disable-all-programs
|
--disable-all-programs
|
||||||
|
@ -17,7 +17,7 @@ configure_args="
|
||||||
--exec-prefix=\${prefix}
|
--exec-prefix=\${prefix}
|
||||||
--with-systemdsystemunitdir=no
|
--with-systemdsystemunitdir=no
|
||||||
--without-python
|
--without-python
|
||||||
--without-udev"
|
--without-udev --disable-libmount-mountfd-support"
|
||||||
hostmakedepends="gettext pkg-config"
|
hostmakedepends="gettext pkg-config"
|
||||||
makedepends="libcap-ng-devel pam-devel readline-devel zlib-devel"
|
makedepends="libcap-ng-devel pam-devel readline-devel zlib-devel"
|
||||||
checkdepends="xz tar iproute2 socat procps-ng bc"
|
checkdepends="xz tar iproute2 socat procps-ng bc"
|
||||||
|
|
Loading…
Add table
Reference in a new issue