]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - configure.ac
debian: support multiarch for libhandle
authorDarrick J. Wong <djwong@kernel.org>
Wed, 18 May 2022 02:48:07 +0000 (22:48 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Wed, 18 May 2022 02:48:07 +0000 (22:48 -0400)
commite63257c0f5350fdbad0804b964af0038195c9291
tree8865635c8ea51cf94cc44b8d8058ce07ef305f1e
parent920fd876c7c1455ece2211d75515a5be990e5ec6
debian: support multiarch for libhandle

For nearly a decade now, Debian and derivatives have supported the
"multiarch" layout, where shared libraries are installed to
/lib/<gcc triple>/ instead of /lib.  This enables a single rootfs to
support binaries from multiple architectures (e.g. i386 inside an amd64
system).  We should follow this, since libhandle is useful.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
configure.ac
debian/rules
include/builddefs.in
m4/multilib.m4
scrub/Makefile