Fix compilation, change rpl_malloc detection, closes #423

SVN-Revision: 3543
owl
Florian Fainelli 2006-03-29 11:55:40 +00:00
parent 5b6e146134
commit a48fd3fade
1 changed files with 2 additions and 0 deletions

View File

@ -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) \