syslog-ng: fix build on macos
authorSergey V. Lobanov <sergey@lobanov.in>
Tue, 25 Jan 2022 00:02:32 +0000 (03:02 +0300)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sat, 2 Sep 2023 13:45:46 +0000 (15:45 +0200)
commit84b66ce125557d6a880dafa3bacc64ea410dcc8b
tree020792997c939bde93ec61c957810535893a3d50
parentdc10003c5ecc0b100a11e4173b19d24daf8aeb9e
syslog-ng: fix build on macos

configure script detects Darwin and uses flags incompatible with
Linux target build.

This patch uses fakeuname tool if host OS is MacOS to avoid Darwin
detection on target build.

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
(cherry picked from commit 0a9a52ee77ce826f03b2a198e735df71ee2b55ad)
admin/syslog-ng/Makefile