util-linux: set --without-python, else build breaks if python is there.
This commit is contained in:
parent
8c456d97ea
commit
6d1b34b872
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue