From 9a9ea0972bb77790be4a5b0390216ee566a24597 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 4 Jun 2015 11:16:36 +0200 Subject: force malloc/realloc detection --- package/chillispot/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/chillispot') 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 -- cgit v1.2.3