1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-08 04:01:21 +02:00

Fix compilation, change rpl_malloc detection, closes #423

SVN-Revision: 3543
This commit is contained in:
Florian Fainelli 2006-03-29 11:55:40 +00:00
parent 5b6e146134
commit a48fd3fade

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