]> git.proxmox.com Git - mirror_zfs.git/commit
Fixed LDADD library links in Makefiles for cross compilation builds
authorPetros Koutoupis <pkoutoupis@users.noreply.github.com>
Sat, 9 May 2020 17:17:08 +0000 (12:17 -0500)
committerGitHub <noreply@github.com>
Sat, 9 May 2020 17:17:08 +0000 (10:17 -0700)
commitbd95f00d4b6aa185bf508f12d2cdbfbb2350b80e
tree91406e6f17adb10a51c178479c232719cedad692
parentd775c86dd4ced233ac0636607706cc5a08bcb923
Fixed LDADD library links in Makefiles for cross compilation builds

When building on native dev system, there are no issues but when
cross-compiling for target system, some linker errors are observed.
The only way to avoid these errors is by adjusting the Makefile.am
of those various components to add the library dependencies.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Petros Koutoupis <petros@petroskoutoupis.com>
Closes #10304
cmd/mount_zfs/Makefile.am
cmd/raidz_test/Makefile.am
cmd/zed/Makefile.am
cmd/zinject/Makefile.am
cmd/zpool/Makefile.am
cmd/zstream/Makefile.am
tests/zfs-tests/cmd/btree_test/Makefile.am
tests/zfs-tests/tests/functional/hkdf/Makefile.am
tests/zfs-tests/tests/functional/libzfs/Makefile.am