mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-12-01 09:32:08 +03:00
When libudev is installed on FreeBSD, configure finds it and sets WANT_DEVNAME2DEVID, but it isn't found by the linker because we didn't specify where it is. Use LIBUDEV_LIBS so the location of the library gets added to the linker flags for devname2devid. Also use LIBUDEV_CFLAGS here in case some other platform needs it. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Arvind Sankar <nivedita@alum.mit.edu> Signed-off-by: Ryan Moeller <ryan@iXsystems.com> Closes #10590 |
||
|---|---|---|
| .. | ||
| btree_test | ||
| chg_usr_exec | ||
| devname2devid | ||
| dir_rd_update | ||
| file_check | ||
| file_trunc | ||
| file_write | ||
| get_diff | ||
| largest_file | ||
| libzfs_input_check | ||
| mkbusy | ||
| mkfile | ||
| mkfiles | ||
| mktree | ||
| mmap_exec | ||
| mmap_libaio | ||
| mmapwrite | ||
| nvlist_to_lua | ||
| randfree_file | ||
| randwritecomp | ||
| readmmap | ||
| rename_dir | ||
| rm_lnkcnt_zero_file | ||
| stride_dd | ||
| threadsappend | ||
| user_ns_exec | ||
| xattrtest | ||
| file_common.h | ||
| Makefile.am | ||