Fix compilation, change rpl_malloc detection, closes #423
SVN-Revision: 3543
This commit is contained in:
parent
5b6e146134
commit
a48fd3fade
1 changed files with 2 additions and 0 deletions
|
@ -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) \
|
||||
|
|
Loading…
Reference in a new issue