syslog-ng: fix build on macos 17690/head
authorSergey V. Lobanov <sergey@lobanov.in>
Tue, 25 Jan 2022 00:02:32 +0000 (03:02 +0300)
committerSergey V. Lobanov <sergey@lobanov.in>
Wed, 26 Jan 2022 13:02:58 +0000 (16:02 +0300)
commit0a9a52ee77ce826f03b2a198e735df71ee2b55ad
tree17f7f4534ef9330ae27d0c86b0c075bc4db4f3cb
parent5879260515332a338e77776a7cbb50b56a48f03a
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>
admin/syslog-ng/Makefile