diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-03-29 11:55:40 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-03-29 11:55:40 +0000 |
commit | 838026068288c2e2827ebda5c90b0f9ad5da2c0d (patch) | |
tree | 0b35239f4d869114bb8d15e61bc6b8491f521627 /package | |
parent | 245e4c0bbc4c47f70874be355f3254f9bf0c7b20 (diff) | |
download | upstream-838026068288c2e2827ebda5c90b0f9ad5da2c0d.tar.gz upstream-838026068288c2e2827ebda5c90b0f9ad5da2c0d.tar.bz2 upstream-838026068288c2e2827ebda5c90b0f9ad5da2c0d.zip |
Fix compilation, change rpl_malloc detection, closes #423
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3543 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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) \ |