chroot-util-linux: explicitly disable libsmartcols
This commit is contained in:
parent
efaf12326f
commit
ace10bb051
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'chroot-util-linux'
|
# Template file for 'chroot-util-linux'
|
||||||
pkgname=chroot-util-linux
|
pkgname=chroot-util-linux
|
||||||
version=2.29.2
|
version=2.29.2
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="${pkgname/chroot-/}-${version}"
|
wrksrc="${pkgname/chroot-/}-${version}"
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
conflicts="util-linux>=0"
|
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-fsck --disable-partx --disable-uuidd --disable-mountpoint
|
||||||
--disable-fallocate --disable-unshare --disable-nls --disable-wall
|
--disable-fallocate --disable-unshare --disable-nls --disable-wall
|
||||||
--disable-chfn-chsh-password --disable-su --disable-sulogin
|
--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"
|
scanf_cv_alloc_modifier=as"
|
||||||
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>"
|
||||||
|
@ -33,5 +33,4 @@ post_install() {
|
||||||
rm -rf ${DESTDIR}/sbin
|
rm -rf ${DESTDIR}/sbin
|
||||||
rm -rf ${DESTDIR}/usr/sbin
|
rm -rf ${DESTDIR}/usr/sbin
|
||||||
rm -rf ${DESTDIR}/usr/share/man
|
rm -rf ${DESTDIR}/usr/share/man
|
||||||
rm -rf ${DESTDIR}/lib{,32}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue