Hi, Mike Thompson wrote,
When building under Ubuntu 18.04 the flex package for the host will fail with the following error:
[stage1scan.c] Segmentation fault (core dumped)
This seems to be because Ubuntu 18.04 uses glibc 2.26 or newer as described in the following URL:
https://git.busybox.net/buildroot/commit/?id=c128c5f3c79b31d89256ffbc5c650ba...
This fix to configure.ac in the flex package will work around this error.
Signed-off-by: Mike Thompson mpthompson@gmail.com
Thanks a lot, applied and pushed, Waldemar