mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
flex: work around realloc/malloc build failures with flex:target
This commit is contained in:
parent
48dbea3738
commit
c7a9b361a3
@ -15,6 +15,9 @@ PKG_TOOLCHAIN="autotools"
|
|||||||
|
|
||||||
PKG_CONFIGURE_OPTS_HOST="--enable-static --disable-shared --disable-rpath --with-gnu-ld"
|
PKG_CONFIGURE_OPTS_HOST="--enable-static --disable-shared --disable-rpath --with-gnu-ld"
|
||||||
|
|
||||||
|
PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_realloc_0_nonnull=yes \
|
||||||
|
ac_cv_func_malloc_0_nonnull=yes"
|
||||||
|
|
||||||
post_makeinstall_host() {
|
post_makeinstall_host() {
|
||||||
cat > $TOOLCHAIN/bin/lex << "EOF"
|
cat > $TOOLCHAIN/bin/lex << "EOF"
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user