Fix for host build of flex package.
commit894c386f96dafed35020008d5dfbce8008b4d957
authorMike Thompson <mpthompson@gmail.com>
Sun, 27 May 2018 04:52:19 +0000 (26 21:52 -0700)
committerWaldemar Brodkorb <wbx@openadk.org>
Sun, 27 May 2018 10:21:20 +0000 (27 12:21 +0200)
tree3f5ccbfac8baab9cdcdc83e6b02e4f4727c716ad
parent035f5af9779487b6b7ab2339963c8f76b9448a8c
Fix for host build of flex package.

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=c128c5f3c79b31d89256ffbc5c650ba613d3d52b

This fix to configure.ac in the flex package will work around this
error.

Signed-off-by: Mike Thompson <mpthompson@gmail.com>
package/flex/patches/patch-configure_ac