From 9f0e8cf6c907bb9ddb36d32d234bf49abd248380 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 4 Jun 2015 11:15:39 +0200 Subject: force malloc/realloc detection --- package/autossh/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/autossh') diff --git a/package/autossh/Makefile b/package/autossh/Makefile index 8e21c93c5..6e0f4306b 100644 --- a/package/autossh/Makefile +++ b/package/autossh/Makefile @@ -19,6 +19,9 @@ include $(ADK_TOPDIR)/mk/package.mk $(eval $(call PKG_template,AUTOSSH,autossh,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +CONFIGURE_ENV+= ac_cv_func_malloc_0_nonnull=yes \ + ac_cv_func_realloc_0_nonnull=yes + autossh-install: $(INSTALL_DIR) $(IDIR_AUTOSSH)/usr/bin $(INSTALL_BIN) $(WRKBUILD)/autossh $(IDIR_AUTOSSH)/usr/bin -- cgit v1.2.3