mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
update to uClibc 0.9.28.3
This commit is contained in:
parent
72d7eda385
commit
149ea99509
@ -13,12 +13,8 @@ choice
|
|||||||
depends BR2_DEPRECATED
|
depends BR2_DEPRECATED
|
||||||
bool "uClibc 0.9.28"
|
bool "uClibc 0.9.28"
|
||||||
|
|
||||||
config BR2_UCLIBC_VERSION_0_9_28_1
|
config BR2_UCLIBC_VERSION_0_9_28_3
|
||||||
depends BR2_DEPRECATED
|
bool "uClibc 0.9.28.3"
|
||||||
bool "uClibc 0.9.28.1"
|
|
||||||
|
|
||||||
config BR2_UCLIBC_VERSION_0_9_28_2
|
|
||||||
bool "uClibc 0.9.28.2"
|
|
||||||
|
|
||||||
config BR2_UCLIBC_VERSION_SNAPSHOT
|
config BR2_UCLIBC_VERSION_SNAPSHOT
|
||||||
bool "daily snapshot"
|
bool "daily snapshot"
|
||||||
|
@ -1,15 +0,0 @@
|
|||||||
Index: libc/misc/time/time.c
|
|
||||||
===================================================================
|
|
||||||
--- a/libc/misc/time/time.c (revision 17534)
|
|
||||||
+++ b/libc/misc/time/time.c (revision 17647)
|
|
||||||
@@ -158,7 +158,9 @@
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined (L_tzset) || defined (L_localtime_r) || defined(L_strftime) || \
|
|
||||||
- defined(L__time_mktime) || defined(L__time_mktime_tzi)
|
|
||||||
+ defined(L__time_mktime) || defined(L__time_mktime_tzi) || \
|
|
||||||
+ ((defined(L_strftime) || defined(L_strftime_l)) && \
|
|
||||||
+ defined(__UCLIBC_HAS_XLOCALE__))
|
|
||||||
|
|
||||||
void _time_tzset (int);
|
|
||||||
|
|
@ -17,11 +17,8 @@ ifndef UCLIBC_CONFIG_FILE
|
|||||||
UCLIBC_CONFIG_FILE=toolchain/uClibc/uClibc-0.9.29.config
|
UCLIBC_CONFIG_FILE=toolchain/uClibc/uClibc-0.9.29.config
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
ifeq ($(BR2_UCLIBC_VERSION_0_9_28_2),y)
|
ifeq ($(BR2_UCLIBC_VERSION_0_9_28_3),y)
|
||||||
UCLIBC_VER:=0.9.28.2
|
UCLIBC_VER:=0.9.28.3
|
||||||
endif
|
|
||||||
ifeq ($(BR2_UCLIBC_VERSION_0_9_28_1),y)
|
|
||||||
UCLIBC_VER:=0.9.28.1
|
|
||||||
endif
|
endif
|
||||||
ifeq ($(BR2_UCLIBC_VERSION_0_9_28),y)
|
ifeq ($(BR2_UCLIBC_VERSION_0_9_28),y)
|
||||||
UCLIBC_VER:=0.9.28
|
UCLIBC_VER:=0.9.28
|
||||||
|
Loading…
x
Reference in New Issue
Block a user