0
0
mirror of https://github.com/openwrt/packages.git synced 2025-08-01 09:40:28 +00:00
Files
packages/utils/bluelog/Makefile
Sergey V. Lobanov 879c9abc24 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>
2022-02-01 16:16:24 -08:00

3.1 KiB