mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
flex : allow to build on target
Without this patch, flex can only be built on host.
This commit is contained in:
parent
0e358638e4
commit
1c1976d4ca
15
packages/devel/flex/patches/flex-001-plex.malloc.patch
Normal file
15
packages/devel/flex/patches/flex-001-plex.malloc.patch
Normal file
@ -0,0 +1,15 @@
|
||||
--- a/configure.ac 2015-02-10 15:21:25.466408144 +0100
|
||||
+++ b/configure.ac.new 2015-02-10 15:21:08.070408144 +0100
|
||||
@@ -106,9 +106,9 @@
|
||||
|
||||
AC_FUNC_ALLOCA
|
||||
AC_FUNC_FORK
|
||||
-AC_FUNC_MALLOC
|
||||
-AC_FUNC_REALLOC
|
||||
-AC_CHECK_FUNCS([dup2 isascii memset pow regcomp setlocale strchr strtol])
|
||||
+# AC_FUNC_MALLOC
|
||||
+# AC_FUNC_REALLOC
|
||||
+AC_CHECK_FUNCS([malloc realloc dup2 isascii memset pow regcomp setlocale strchr strtol])
|
||||
|
||||
AC_CONFIG_FILES(
|
||||
Makefile
|
Loading…
x
Reference in New Issue
Block a user