diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-29 11:55:40 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-29 11:55:40 +0000 |
commit | 508bad6f377f48c107ffd21cc4e86852964f0a5a (patch) | |
tree | 0b35239f4d869114bb8d15e61bc6b8491f521627 | |
parent | f93a691c938ae240db9d02dfebfb7dbf43392a8d (diff) |
Fix compilation, change rpl_malloc detection, closes #423
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3543 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/miau/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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) \ |