summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-03-29 11:55:40 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-03-29 11:55:40 +0000
commita48fd3fadeb743d2352186d46bd3583922774b34 (patch)
tree863622b57d605ffdc6db4a5cae2d867bffd5f84e /openwrt
parent5b6e1461349fc9e718cc7c1689c69b333e988ad0 (diff)
downloadmtk-20170518-a48fd3fadeb743d2352186d46bd3583922774b34.zip
mtk-20170518-a48fd3fadeb743d2352186d46bd3583922774b34.tar.gz
mtk-20170518-a48fd3fadeb743d2352186d46bd3583922774b34.tar.bz2
Fix compilation, change rpl_malloc detection, closes #423
SVN-Revision: 3543
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/package/miau/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/miau/Makefile b/openwrt/package/miau/Makefile
index b8290aa..ecfb03d 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) \