Mostly a bunch of fixes.
https://curl.se/changes.html#8_8_0
* Fix configure for dropped ntlm-wb option.
Signed-off-by: Christian Melki
---
rules/libcurl.make | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/rules/libcurl.make b/rules/libcurl.make
index 455695e25..65c9714
Signed-off-by: Christian Melki
---
rules/host-libcurl.make | 1 -
1 file changed, 1 deletion(-)
diff --git a/rules/host-libcurl.make b/rules/host-libcurl.make
index e223573ea..b38667eff 100644
--- a/rules/host-libcurl.make
+++ b/rules/host-libcurl.make
@@ -65,7 +65,6 @@ HOST_LIBCURL_CONF_OPT :=
On 5/23/24 12:38, Ian Abbott wrote:
On 23/05/2024 07:41, Erwin Rol wrote:
The following code;
auto t = std::chrono::system_clock::now();
does not seem to work correctly. When the system date is less than
2038 it works and gives back the correct time, but for dates > 2038 it
seems to ret
On 23/05/2024 07:41, Erwin Rol wrote:
Hey all,
I am working on arm32 (imx6ul) and need to support dates beyond 2038.
With the new ptxdist 2038 support it seems to work in C, but I ran into
problems with C++.
The following code;
auto t = std::chrono::system_clock::now();
does not seem to wo
On Wed, 22 May 2024 16:25:54 +0200, r.czerwin...@pengutronix.de wrote:
> From: Rouven Czerwinski
>
> Make the installation and enablement of the ruac-mark-good.service
^ rauc-mark-good.service
> optional. This is useful for BSPs which have the applica
Hey all,
I am working on arm32 (imx6ul) and need to support dates beyond 2038.
With the new ptxdist 2038 support it seems to work in C, but I ran into
problems with C++.
The following code;
auto t = std::chrono::system_clock::now();
does not seem to work correctly. When the system date is l