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 | 3bc587824a28b43cc5d6cf5ef6a45d9dfb962289 (patch) | |
tree | 52b6a8c044fc0ebf9c3804f99a89f92d12e73770 /openwrt | |
parent | 96fc35f7d44741d9ca527f4fac06a69e5448d942 (diff) |
Fix compilation, change rpl_malloc detection, closes #423
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3543 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/miau/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/miau/Makefile b/openwrt/package/miau/Makefile index b8290aa7b..ecfb03d88 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) \ |