mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
ncftp: define HAVE_STDLIB_H fixes gcc-14 missing header
This commit is contained in:
parent
8fe0844630
commit
12ff911fb6
@ -18,7 +18,7 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_header_librtmp_rtmp_h=yes \
|
||||
--without-curses"
|
||||
|
||||
pre_configure_target() {
|
||||
export CFLAGS="${CFLAGS} -I../"
|
||||
export CFLAGS="${CFLAGS} -I../ -DHAVE_STDLIB_H=1"
|
||||
}
|
||||
|
||||
pre_build_target() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user