The following changes since commit 9ce6f6f2bd636e9678982b86d6992ed419634c31: Merge branch 'evelu-fix-engines' of https://github.com/ErwanAliasr1/fio (2021-07-25 16:48:02 -0600) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 7c8e6725155cae72a0a730d3c3a36776bc5621a3: Makefile: update libzbc git repository (2021-07-28 07:27:29 -0600) ---------------------------------------------------------------- Damien Le Moal (1): Makefile: update libzbc git repository Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- Diff of recent changes: diff --git a/Makefile b/Makefile index 6b4b4122..5198f70e 100644 --- a/Makefile +++ b/Makefile @@ -651,7 +651,7 @@ test: fio fulltest: sudo modprobe null_blk && \ if [ ! -e /usr/include/libzbc/zbc.h ]; then \ - git clone https://github.com/hgst/libzbc && \ + git clone https://github.com/westerndigitalcorporation/libzbc && \ (cd libzbc && \ ./autogen.sh && \ ./configure --prefix=/usr && \