mirror_zfs/tests/zfs-tests/tests/functional/checksum
Arvind Sankar 3e597dee11 Use abs_top_builddir when referencing libraries
libtool stores absolute paths in the dependency_libs component of the
.la files. If the Makefile for a dependent library refers to the
libraries by relative path, some libraries end up duplicated on the link
command line.

As an example, libzfs specifies libzfs_core, libnvpair and libuutil as
dependencies to be linked in. The .la file for libzfs_core also
specifies libnvpair, but using an absolute path, with the result that
libnvpair is present twice in the linker command line for producing
libzfs.

While the only thing this causes is to slightly slow down the linking,
we can avoid it by using absolute paths everywhere, including for
convenience libraries just for consistency.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu>
Closes #10538
2020-07-10 14:26:32 -07:00
..
.gitignore OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R 2016-10-03 14:51:15 -07:00
cleanup.ksh ZTS: Adopt OpenZFS test analysis script 2018-06-20 14:03:13 -07:00
default.cfg ZTS: Don't use edonr on FreeBSD 2020-01-28 08:38:02 -08:00
edonr_test.c Move libspl_assertf into .c file 2020-07-10 14:25:24 -07:00
filetest_001_pos.ksh ZTS: Misc fixes for FreeBSD 2020-02-27 09:38:34 -08:00
Makefile.am Use abs_top_builddir when referencing libraries 2020-07-10 14:26:32 -07:00
run_edonr_test.ksh OpenZFS 7290 - ZFS test suite needs to control what utilities it can run 2017-04-06 09:25:36 -07:00
run_sha2_test.ksh OpenZFS 7290 - ZFS test suite needs to control what utilities it can run 2017-04-06 09:25:36 -07:00
run_skein_test.ksh OpenZFS 7290 - ZFS test suite needs to control what utilities it can run 2017-04-06 09:25:36 -07:00
setup.ksh ZTS: Adopt OpenZFS test analysis script 2018-06-20 14:03:13 -07:00
sha2_test.c Remove dead code 2020-06-18 12:21:18 -07:00
skein_test.c OpenZFS restructuring - libspl 2019-10-02 10:39:48 -07:00