From a48fd3fadeb743d2352186d46bd3583922774b34 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 29 Mar 2006 11:55:40 +0000 Subject: [PATCH] Fix compilation, change rpl_malloc detection, closes #423 SVN-Revision: 3543 --- openwrt/package/miau/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openwrt/package/miau/Makefile b/openwrt/package/miau/Makefile index b8290aa7b4..ecfb03d884 100644 --- a/openwrt/package/miau/Makefile +++ b/openwrt/package/miau/Makefile @@ -24,6 +24,8 @@ $(PKG_BUILD_DIR)/.configured: CFLAGS="$(TARGET_CFLAGS)" \ CPPFLAGS="-I$(STAGING_DIR)/usr/include" \ LDFLAGS="-L$(STAGING_DIR)/usr/lib" \ + ac_cv_func_malloc_0_nonnull=yes \ + ac_cv_func_realloc_0_nonnull=yes \ ./configure \ --target=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) \ -- 2.25.1