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