mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
chroot-util-linux: disable ncursesw and systemd explicitly
On non-Void systems, this introduces wrong shlibs during boostrap so we need to disable them explicitly to prevent the linkage.
This commit is contained in:
parent
73efb18836
commit
ab5efde13f
1 changed files with 8 additions and 8 deletions
|
@ -4,23 +4,23 @@ version=2.32.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname/chroot-/}-${version}"
|
wrksrc="${pkgname/chroot-/}-${version}"
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
conflicts="util-linux>=0"
|
|
||||||
provides="util-linux-${version}_${revision}"
|
|
||||||
makedepends="zlib-devel"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-ncurses --without-udev --disable-libuuid
|
configure_args="--without-ncurses --without-ncursesw --without-udev
|
||||||
--disable-libblkid --disable-libmount --disable-mount --disable-losetup
|
--without-systemd --disable-libuuid --disable-libblkid --disable-libmount
|
||||||
--disable-fsck --disable-partx --disable-uuidd --disable-mountpoint
|
--disable-mount --disable-losetup --disable-fsck --disable-partx --disable-uuidd
|
||||||
--disable-fallocate --disable-unshare --disable-nls --disable-wall
|
--disable-mountpoint --disable-fallocate --disable-unshare --disable-nls
|
||||||
--disable-chfn-chsh-password --disable-su --disable-sulogin
|
--disable-wall --disable-chfn-chsh-password --disable-su --disable-sulogin
|
||||||
--disable-login --disable-runuser --disable-setpriv --disable-libsmartcols
|
--disable-login --disable-runuser --disable-setpriv --disable-libsmartcols
|
||||||
scanf_cv_alloc_modifier=as"
|
scanf_cv_alloc_modifier=as"
|
||||||
|
makedepends="zlib-devel"
|
||||||
short_desc="Miscellaneous linux utilities -- for xbps-src use"
|
short_desc="Miscellaneous linux utilities -- for xbps-src use"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://userweb.kernel.org/~kzak/util-linux-ng"
|
homepage="http://userweb.kernel.org/~kzak/util-linux-ng"
|
||||||
distfiles="${KERNEL_SITE}/utils/util-linux/v${version%.*}/util-linux-${version}.tar.xz"
|
distfiles="${KERNEL_SITE}/utils/util-linux/v${version%.*}/util-linux-${version}.tar.xz"
|
||||||
checksum=86e6707a379c7ff5489c218cfaf1e3464b0b95acf7817db0bc5f179e356a67b2
|
checksum=86e6707a379c7ff5489c218cfaf1e3464b0b95acf7817db0bc5f179e356a67b2
|
||||||
|
conflicts="util-linux>=0"
|
||||||
|
provides="util-linux-${version}_${revision}"
|
||||||
|
|
||||||
if [ -z "$CHROOT_READY" ]; then
|
if [ -z "$CHROOT_READY" ]; then
|
||||||
CFLAGS+=" -I${XBPS_MASTERDIR}/usr/include"
|
CFLAGS+=" -I${XBPS_MASTERDIR}/usr/include"
|
||||||
|
|
Loading…
Add table
Reference in a new issue