Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/uclibc: enable time64 support
@ 2024-04-14  7:36 Waldemar Brodkorb
  2024-07-15 12:45 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 3+ messages in thread
From: Waldemar Brodkorb @ 2024-04-14  7:36 UTC (permalink / raw)
  To: buildroot; +Cc: Dmitry Chestnykh, Chin Huat Ang

uClibc-ng supports time64 since release 1.0.46.
This commit enables it by default.
It was discussed on the mailinglist and one suggestion was to
enable it by default without a config option inside buildroot.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
 package/uclibc/uClibc-ng.config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/uclibc/uClibc-ng.config b/package/uclibc/uClibc-ng.config
index 5beb2bd908..0d4cbcfbbe 100644
--- a/package/uclibc/uClibc-ng.config
+++ b/package/uclibc/uClibc-ng.config
@@ -40,3 +40,4 @@ DEVEL_PREFIX="/usr/"
 UCLIBC_HAS_SSP=y
 UCLIBC_BUILD_NOW=y
 # DOSTRIP is not set
+UCLIBC_USE_TIME64=y
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-07-15 13:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-14  7:36 [Buildroot] [PATCH] package/uclibc: enable time64 support Waldemar Brodkorb
2024-07-15 12:45 ` Thomas Petazzoni via buildroot
2024-07-15 12:59   ` Waldemar Brodkorb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox