Makefile: update libzbc git repository
authorDamien Le Moal <damien.lemoal@wdc.com>
Wed, 28 Jul 2021 07:05:42 +0000 (16:05 +0900)
committerJens Axboe <axboe@kernel.dk>
Wed, 28 Jul 2021 13:27:29 +0000 (07:27 -0600)
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 <damien.lemoal@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Makefile

index 6b4b41227fc024ed1f8ee809e0dcce4b4c4ebe5d..5198f70e1aa8ada287da3d1fc03eab6c2265f0f3 100644 (file)
--- 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 &&                                 \