aboutsummaryrefslogtreecommitdiffstats
path: root/tools/flex/patches/200-build-AC_USE_SYSTEM_EXTENSIONS-in-configure.ac.patch
Commit message (Collapse)AuthorAgeFilesLines
* tools: flex: fix segfault with glibc 2.26+Marko Ratkaj2017-09-241-0/+27
Fix segmentation fault caused by implicit declaration of function 'reallocarray'. Added patch will enable reallocarray() prototype in glibc 2.26+ on Linux systems. This fix will be included in flex 2.6.5. Fixes LEDE issue: FS#1003 (Flex does not build with GCC 7.2) Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>