diff options
author | наб <[email protected]> | 2021-05-08 15:04:48 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-06-08 14:48:58 -0700 |
commit | 045807092815a70e523112bfea3a1077e2dfc125 (patch) | |
tree | 2d77fa14e55a808012ed02e4574c2de77dfb9d97 /configure.ac | |
parent | 1fc5f8cbfd198c4a080c50819c47d23d11697f79 (diff) |
zstreamdump: replace with link to zstream
zstreamdump(8) was in quite a bad state,
and the wrapper didn't work if invoked without /sbin in $PATH
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #12015
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e31d12271..077ad7c43 100644 --- a/configure.ac +++ b/configure.ac @@ -48,6 +48,7 @@ AC_CONFIG_HEADERS([zfs_config.h], [ LT_INIT AC_PROG_INSTALL AC_PROG_CC +AC_PROG_LN_S PKG_PROG_PKG_CONFIG AM_PROG_AS AM_PROG_CC_C_O @@ -83,7 +84,6 @@ AC_CONFIG_FILES([ cmd/zinject/Makefile cmd/zpool/Makefile cmd/zstream/Makefile - cmd/zstreamdump/Makefile cmd/ztest/Makefile cmd/zvol_id/Makefile cmd/zvol_wait/Makefile |