]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
debian: Pass --build and --host to configure
authorBastian Germann <bage@debian.org>
Fri, 19 Nov 2021 03:05:11 +0000 (22:05 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Fri, 19 Nov 2021 03:05:11 +0000 (22:05 -0500)
commit6df332e5c3bbcd76e499360131304a7fbe85dffe
tree4de4459c1dad12ad7853a5ba2025f4190cb3adbf
parent24184c464be9306768f16c4a875c7d3aa4cab296
debian: Pass --build and --host to configure

xfsprogs fails to cross build because it fails to pass --host to configure.
Thus it selects the build architecture as host architecture and fails
configure, because the requested libraries are only installed for the host
architecture.

Link: https://bugs.debian.org/794158
Reported-by: Helmut Grohne <helmut@subdivi.de>
Signed-off-by: Bastian Germann <bage@debian.org>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
debian/rules