Changeset 2611

Show
Ignore:
Timestamp:
05/22/07 17:37:53 (2 years ago)
Author:
tg
Message:

autotools shortcoming (cross) – uClibc malloc(0) returns non-NULL indeed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/mk/package.mk

    r2609 r2611  
    2828                        CPPFLAGS='$(strip ${TCPPFLAGS})' \ 
    2929                        LDFLAGS='$(strip ${TLDFLAGS})' \ 
    30                         PKG_CONFIG_PATH='${STAGING_DIR}/usr/lib/pkgconfig' 
     30                        PKG_CONFIG_PATH='${STAGING_DIR}/usr/lib/pkgconfig' \ 
     31                        ac_cv_func_malloc_0_nonnull=yes 
    3132MAKE_FILE?=             Makefile 
    3233# this is environment for 'make all' and 'make install'