bluelog: fix build on macos
authorSergey V. Lobanov <sergey@lobanov.in>
Tue, 1 Feb 2022 21:38:57 +0000 (00:38 +0300)
committerRosen Penev <rosenp@gmail.com>
Wed, 2 Feb 2022 00:16:24 +0000 (16:16 -0800)
commit879c9abc24bc08a30cff0b510211b53567873616
treef276e24150837afa34cf8f4aca163aad426e4cc9
parent40b87aac950db3e310b6a353392a7ecd66e7c6f2
bluelog: fix build on macos

bluelog can not be compiled on macos due to Apple zcat is not
compatible with GNU zcat.

This patch replaces `zcat` with `gzip -dc`. `gzip -dc` has the
same behavior on GNU and Apple environments.

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
utils/bluelog/Makefile