From 6d1b34b8724aa5292706ce2c2d8296a022122791 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 30 Mar 2015 14:18:42 +0200 Subject: [PATCH] util-linux: set --without-python, else build breaks if python is there. --- srcpkgs/util-linux/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/util-linux/template b/srcpkgs/util-linux/template index c3b166b7e5..2d0db70560 100644 --- a/srcpkgs/util-linux/template +++ b/srcpkgs/util-linux/template @@ -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