util-linux: set --without-python, else build breaks if python is there.

This commit is contained in:
Christian Neukirchen 2015-03-30 14:18:42 +02:00
parent 8c456d97ea
commit 6d1b34b872

View file

@ -35,7 +35,8 @@ do_configure() {
--enable-fs-paths-extra=/usr/sbin:/usr/bin \
--disable-vipw --enable-newgrp --enable-chfn-chsh \
--with-systemdsystemunitdir=/usr/lib/systemd/system \
--without-udev --enable-write --localstatedir=/run
--without-udev --without-python \
--enable-write --localstatedir=/run
}
do_build() {
export CCACHE_DISABLE=1