chroot-distcc: make this cross buildable (still fails).
This commit is contained in:
parent
02fa820625
commit
6c26b09efb
|
@ -16,7 +16,7 @@ conflicts="distcc>=0"
|
|||
do_configure() {
|
||||
sed -i -e 's|^\(all: $(bin_PROGRAMS)\) pump include-server|\1|g' Makefile.in
|
||||
|
||||
./configure --prefix=/usr --with-included-popt \
|
||||
./configure ${CONFIGURE_SHARED_ARGS} --with-included-popt \
|
||||
--without-avahi --without-gnome \
|
||||
--without-gtk --disable-Werror \
|
||||
ac_cv_path_PYTHON=/bin/false
|
||||
|
|
Loading…
Reference in New Issue