mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
ncftp: workaround gcc-14 error incompatible-pointer-types
This commit is contained in:
parent
12ff911fb6
commit
c731707e9a
@ -19,6 +19,9 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_header_librtmp_rtmp_h=yes \
|
||||
|
||||
pre_configure_target() {
|
||||
export CFLAGS="${CFLAGS} -I../ -DHAVE_STDLIB_H=1"
|
||||
|
||||
#workaround gcc-14 erroring with incompatible pointer type
|
||||
CFLAGS+=" -Wno-incompatible-pointer-types"
|
||||
}
|
||||
|
||||
pre_build_target() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user