mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
From b7290560082e91673431de79e1fa318c9fd90261 Mon Sep 17 00:00:00 2001
|
||||
From: Danomi Manchego <danomimanchego123@gmail.com>
|
||||
Date: Sat, 25 Oct 2014 19:42:38 +0200
|
||||
Subject: [PATCH 1/5] log4c.m4: fix "underquoted definition of AM_PATH_LOG4C"
|
||||
Subject: [PATCH] log4c.m4: fix "underquoted definition of AM_PATH_LOG4C"
|
||||
warning
|
||||
|
||||
When autoreconfiguring liblog4c-localtime, there is a warning from
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
From 435b28cd90973cc03a533e75e90a46cd9f197dff Mon Sep 17 00:00:00 2001
|
||||
From: Peter Korsgaard <peter@korsgaard.com>
|
||||
Date: Sat, 25 Oct 2014 19:44:01 +0200
|
||||
Subject: [PATCH 2/5] Fix linking error without pthread
|
||||
Subject: [PATCH] Fix linking error without pthread
|
||||
|
||||
The rollingfile functionality only gets built if pthread support is
|
||||
available, but a call to these functions from log4c_fini() was outside
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
From acbaee34bcb1881db97969dd2c411446f32ca4cc Mon Sep 17 00:00:00 2001
|
||||
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||||
Date: Sat, 25 Oct 2014 19:45:33 +0200
|
||||
Subject: [PATCH 3/5] Fix debug mode build with uClibc
|
||||
Subject: [PATCH] Fix debug mode build with uClibc
|
||||
|
||||
When --enable-debug is passed, liblog4c-localtime wants to use
|
||||
<mcheck.h>. It takes the precaution of testing if __GLIBC__ is
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
From a2553c203d8b8257dea1d2e2139b220935587144 Mon Sep 17 00:00:00 2001
|
||||
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||||
Date: Sat, 25 Oct 2014 20:03:25 +0200
|
||||
Subject: [PATCH 4/5] Add AC_CONFIG_MACRO_DIR to configure.in
|
||||
Subject: [PATCH] Add AC_CONFIG_MACRO_DIR to configure.in
|
||||
|
||||
Without AC_CONFIG_MACRO_DIR, when autoreconfiguring the package, it
|
||||
cannot find AM_PATH_EXPAT which is defined in config/expat.m4.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
From bdccec4c374a93480a7fd303d15e20810a5d5b7e Mon Sep 17 00:00:00 2001
|
||||
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||||
Date: Sat, 25 Oct 2014 21:22:40 +0200
|
||||
Subject: [PATCH 5/5] Fix C++ support
|
||||
Subject: [PATCH] Fix C++ support
|
||||
|
||||
Autoreconf fails with the following message:
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 a1f68d8251509c0171f8bfea42f9e2a5255a4185f7dcbe67f584aa09709b2496 liblog4c-localtime-1.0.tar.gz
|
||||
sha256 a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7 COPYING
|
||||
sha256 a1f68d8251509c0171f8bfea42f9e2a5255a4185f7dcbe67f584aa09709b2496 liblog4c-localtime-1.0.tar.gz
|
||||
sha256 a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7 COPYING
|
||||
|
||||
Reference in New Issue
Block a user