chroot-util-linux: link statically

This commit is contained in:
Jürgen Buchmüller 2017-03-11 20:42:03 +01:00
parent 24ed62f21c
commit 6929fefefc

View file

@ -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=1 revision=2
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-login --disable-runuser --disable-setpriv --disable-shared
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>"