Notable upstream pull request merges:
 #15769 082338875 Add 'zpool status -e' flag to see unhealthy vdevs
 #15804 a0d3fe72b libzdb: Initial breakout of libzdb
 #15847 229b9f4ed LUA: Backport CVE-2020-24370's patch

Obtained from:	OpenZFS
OpenZFS commit:	229b9f4ed0
This commit is contained in:
Martin Matuska
2024-02-08 13:39:04 +01:00
37 changed files with 737 additions and 182 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ CRUNCH_LIBS_zfs+= ${LIBBE} \
${LIBNVPAIR}
CRUNCH_LIBS_bectl+= ${CRUNCH_LIBS_zfs}
CRUNCH_LIBS_zpool+= ${CRUNCH_LIBS_zfs}
CRUNCH_LIBS_zdb+= ${CRUNCH_LIBS_zfs}
CRUNCH_LIBS_zdb+= ${CRUNCH_LIBS_zfs} ${LIBZDB}
.else
# liblzma needs pthread
CRUNCH_LIBS+= -lpthread