diff options
-rw-r--r-- | package/chillispot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/chillispot/Makefile b/package/chillispot/Makefile index ac19b14d9..1612b3712 100644 --- a/package/chillispot/Makefile +++ b/package/chillispot/Makefile @@ -20,6 +20,8 @@ include ${ADK_TOPDIR}/mk/package.mk $(eval $(call PKG_template,CHILLISPOT,chillispot,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) AUTOTOOL_STYLE:= autoreconf +CONFIGURE_ENV+= ac_cv_func_malloc_0_nonnull=yes \ + ac_cv_func_realloc_0_nonnull=yes chillispot-install: ${INSTALL_DIR} ${IDIR_CHILLISPOT}/usr/sbin ${IDIR_CHILLISPOT}/etc |