mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
Cater to Solaris requiring extra libraries for fdatasync. * m4/fdatasync.m4 (gl_FUNC_FDATASYNC): Set LIB_FDATASYNC. * modules/fdatasync (Link): Document it. * modules/fdatasync-tests (test_fdatasync_LDADD): Link with it. Signed-off-by: Eric Blake <eblake@redhat.com>
15 lines
217 B
Plaintext
15 lines
217 B
Plaintext
Files:
|
|
tests/test-fdatasync.c
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
errno
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-fdatasync
|
|
check_PROGRAMS += test-fdatasync
|
|
test_fdatasync_LDADD = $(LDADD) $(LIB_FDATASYNC)
|