From: Florian Fainelli Date: Wed, 29 Mar 2006 11:55:40 +0000 (+0000) Subject: Fix compilation, change rpl_malloc detection, closes #423 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=838026068288c2e2827ebda5c90b0f9ad5da2c0d;p=15.05%2Fopenwrt.git Fix compilation, change rpl_malloc detection, closes #423 git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3543 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/miau/Makefile b/package/miau/Makefile index b8290aa7b4..ecfb03d884 100644 --- a/package/miau/Makefile +++ b/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) \