From ace10bb051090d48960085bc43e387a450668895 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sat, 11 Mar 2017 23:49:48 +0100 Subject: [PATCH] chroot-util-linux: explicitly disable libsmartcols --- srcpkgs/chroot-util-linux/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/chroot-util-linux/template b/srcpkgs/chroot-util-linux/template index ed893fd359e..a413c0f763d 100644 --- a/srcpkgs/chroot-util-linux/template +++ b/srcpkgs/chroot-util-linux/template @@ -1,7 +1,7 @@ # Template file for 'chroot-util-linux' pkgname=chroot-util-linux version=2.29.2 -revision=2 +revision=3 wrksrc="${pkgname/chroot-/}-${version}" bootstrap=yes conflicts="util-linux>=0" @@ -13,7 +13,7 @@ configure_args="--without-ncurses --without-udev --disable-libuuid --disable-fsck --disable-partx --disable-uuidd --disable-mountpoint --disable-fallocate --disable-unshare --disable-nls --disable-wall --disable-chfn-chsh-password --disable-su --disable-sulogin ---disable-login --disable-runuser --disable-setpriv --disable-shared +--disable-login --disable-runuser --disable-setpriv --disable-libsmartcols scanf_cv_alloc_modifier=as" short_desc="Miscellaneous linux utilities -- for xbps-src use" maintainer="Juan RP " @@ -33,5 +33,4 @@ post_install() { rm -rf ${DESTDIR}/sbin rm -rf ${DESTDIR}/usr/sbin rm -rf ${DESTDIR}/usr/share/man - rm -rf ${DESTDIR}/lib{,32} }