From: Elliott Mitchell Date: Thu, 16 Jul 2020 23:25:13 +0000 (-0700) Subject: debian/rules: Add --host to tools configure target X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~37 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b12f83fb12d88bc2a05aa3a7c9b90330c32f2c02;p=xen.git debian/rules: Add --host to tools configure target Without this, we'll be building tools for the build machine, not the host machine. Signed-off-by: Elliott Mitchell Reviewed-by: Ian Jackson --- diff --git a/debian/rules b/debian/rules index 4cac51d0b0..81a0896a76 100755 --- a/debian/rules +++ b/debian/rules @@ -182,6 +182,7 @@ override_dh_auto_configure: --includedir=/usr/include \ --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \ --with-libexec-libdir-suffix=/$(DEB_HOST_MULTIARCH) \ + --host=$(DEB_HOST_MULTIARCH) \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --sysconfdir=/etc \