freebsd-src/cddl/usr.sbin
Dimitry Andric 9fae476669 Explicitly link zfsd with libspl to avoid undefined references
Because lld 13.0.0 is more strict about undefined references when
linking to shared libraries, it produces the following errors for zfsd:

ld: error: /home/dim/obj/home/dim/src/llvm-13-update/amd64.amd64/tmp/usr/lib/libzfs_core.so: undefined reference to libspl_assertf [--no-allow-shlib-undefined]
ld: error: /home/dim/obj/home/dim/src/llvm-13-update/amd64.amd64/tmp/usr/lib/libnvpair.so: undefined reference to libspl_assertf [--no-allow-shlib-undefined]
ld: error: /home/dim/obj/home/dim/src/llvm-13-update/amd64.amd64/tmp/usr/lib/libavl.so: undefined reference to libspl_assertf [--no-allow-shlib-undefined]
*** [zfsd.full] Error code 1

Fix this by adding libspl (where libspl_assertf lives) to zfsd's LIBADD.

MFC after:	3 days
2021-08-28 20:23:28 +02:00
..
dtrace pkgbase: Put dtrace in its own package 2021-06-19 17:49:31 +02:00
dwatch Fix the build by just installing systop since testing shows it works with: 2018-08-11 16:06:32 +00:00
lockstat pkgbase: Put dtrace in its own package 2021-06-19 17:49:31 +02:00
plockstat pkgbase: Put dtrace in its own package 2021-06-19 17:49:31 +02:00
tests Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed 2016-05-04 23:20:53 +00:00
zdb Merge OpenZFS support in to HEAD. 2020-08-25 02:21:27 +00:00
zfsd Explicitly link zfsd with libspl to avoid undefined references 2021-08-28 20:23:28 +02:00
zhack Merge OpenZFS support in to HEAD. 2020-08-25 02:21:27 +00:00
Makefile build: remove LIBPTHREAD/LIBTHR build options 2021-01-22 12:33:27 -06:00
Makefile.inc