From 7c8e6725155cae72a0a730d3c3a36776bc5621a3 Mon Sep 17 00:00:00 2001 From: Damien Le Moal Date: Wed, 28 Jul 2021 16:05:42 +0900 Subject: [PATCH] Makefile: update libzbc git repository Update the GIT repository used for libzbc in the fulltes directive from pointing to the now deprecated hgst reporitory to the currentxi https://github.com/westerndigitalcorporation/libzbc repository. Signed-off-by: Damien Le Moal Signed-off-by: Jens Axboe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \ -- 2.25.1