]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
Fix FreeBSD portability problems
authorTheodore Ts'o <tytso@mit.edu>
Tue, 22 Mar 2016 03:43:41 +0000 (23:43 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 22 Mar 2016 03:43:41 +0000 (23:43 -0400)
commitca82d22bed7651819dabbb8e64d3c42526ee4867
tree9ab22a5456789d49e4ef751966a4a676823899d2
parentb42b7bae73317a5e73ffa1aedc0e40d1a2a79024
Fix FreeBSD portability problems

FreeBSD doesn't have libintl support built into the libc, and
libsupport requires libintl support.  So we need to make sure it is
available when we link against the libsupport library.

Also, work around *BSD's interesting interpretation of how
_XOPEN_SOURCE is supposed to work.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
MCONFIG.in
lib/ext2fs/unix_io.c