diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-04 11:16:36 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-04 12:18:48 +0200 |
| commit | 9a9ea0972bb77790be4a5b0390216ee566a24597 (patch) | |
| tree | d948b5fcf024ec8f3e5021144407a55a7f3a9c4d | |
| parent | a1e19051a506270f2f524eb54d2b5ad486e736ac (diff) | |
force malloc/realloc detection
| -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 |
