ncftp: define HAVE_STDLIB_H fixes gcc-14 missing header

This commit is contained in:
Rudi Heitbaum 2024-05-17 13:53:52 +00:00
parent 8fe0844630
commit 12ff911fb6

View File

@ -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() {