tcl: fix build on macos
authorSergey V. Lobanov <sergey@lobanov.in>
Mon, 24 Jan 2022 15:19:51 +0000 (18:19 +0300)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sat, 2 Sep 2023 13:50:14 +0000 (15:50 +0200)
commit5423228148cf4d82bc3aa10cd61ec20ecdea0af5
tree4e33b46b825306a8dbfae12410aaee493940b5d8
parent8554a287cf410d442d17654fd72f316fd1d67278
tcl: 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 6e9c7010501df5bb03ebc7e61c96a842d8843783)
lang/tcl/Makefile