coreutils: fix build with uclibc 0.9.32
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24483 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
bf25616029
commit
f08f9b2447
@ -62,17 +62,14 @@ define Package/coreutils/description
|
||||
sufficient and much smaller.
|
||||
endef
|
||||
|
||||
ifneq ($(CONFIG_USE_UCLIBC),)
|
||||
CONFIGURE_VARS += \
|
||||
gl_cv_func_mbrtowc_incomplete_state=yes \
|
||||
gl_cv_func_mbrtowc_retval=yes \
|
||||
gl_cv_func_wcrtomb_retval=yes \
|
||||
ac_cv_type_pthread_spinlock_t=no
|
||||
else
|
||||
CONFIGURE_VARS += \
|
||||
gl_cv_func_mbrtowc_incomplete_state=yes \
|
||||
gl_cv_func_mbrtowc_retval=yes \
|
||||
gl_cv_func_wcrtomb_retval=yes
|
||||
|
||||
ifneq ($(CONFIG_USE_UCLIBC),)
|
||||
CONFIGURE_VARS += \
|
||||
ac_cv_type_pthread_spinlock_t=$(if $(filter 0.9.30% 0.9.2% 0.9.31%,$(call qstrip,$(CONFIG_UCLIBC_VERSION))),no,yes)
|
||||
endif
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
|
Loading…
x
Reference in New Issue
Block a user