From: Damien Le Moal Date: Wed, 28 Jul 2021 07:05:42 +0000 (+0900) Subject: Makefile: update libzbc git repository X-Git-Tag: fio-3.28~38 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=7c8e6725155cae72a0a730d3c3a36776bc5621a3;p=fio.git 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 --- 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 && \