]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
libext2fs: always compile swapfs functions on all architectures
authorTheodore Ts'o <tytso@mit.edu>
Mon, 6 Jan 2020 23:01:48 +0000 (18:01 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 6 Jan 2020 23:09:43 +0000 (18:09 -0500)
commit01517f6ea1347e0ce176e4e1a88855bb70f7a547
treefae62d87e6ad4ca7f12beb3f6b035573005b7f74
parent0b3208958eb63df6cd8b38ee63f3bc4266a683e7
libext2fs: always compile swapfs functions on all architectures

By only compiling the ext2fs_swap_* functions on big-endian systems,
it causes debian/libext2fs2.symbols to need to be different on
different little-endian vs big-endian architectures.  Including the
ext2fS_swap_* functions increases the size of the library by ~6k,
which is not a big deal.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debian/libext2fs2.symbols
lib/ext2fs/swapfs.c