tools/flex: respect STAGING_DIR_HOST
authorDaniel Golle <daniel@makrotopia.org>
Sat, 6 Jul 2024 23:59:13 +0000 (00:59 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Tue, 24 Sep 2024 18:48:43 +0000 (19:48 +0100)
commit72accd078f20ed2a5caaa12b1bea463f40aadd73
treeeaa812736c13ec5c3fb91e8febfe13de2bef34f8
parentd84fecfaf2f140786ad4dd971c69660b1deae942
tools/flex: respect STAGING_DIR_HOST

flex currently leaks the path of m4 as found on the build host.
While it is possible to override this using the M4 environment
variable (which we always did for autotools based builds) when
using CMake or Ninja the M4 variable is not set.
One easy fix is to make flex take STAGING_DIR_HOST into account
and expect m4 there if that variable is set in the environment.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
tools/flex/patches/300-m4-path.patch [new file with mode: 0644]