Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

383 Commits   1 Branch   1 Tag
Index: radix-1.9/products/base/Makefile
===================================================================
--- radix-1.9/products/base/Makefile	(revision 38)
+++ radix-1.9/products/base/Makefile	(revision 39)
@@ -93,7 +93,7 @@
 #         └── dev/gcc-runtime
 #             ├── libs/glibc/2.36
 #             │   ├── libs/glibc/2.36-i18n
-#             │   │   └── libs/glibc/2.36-zoneinfo/2022f ■
+#             │   │   └── libs/glibc/2.36-zoneinfo/2023c ■
 #             │   │
 #             │   ├── libs/glibc/2.36-ppc32
 #             │   └── libs/glibc/2.36-x86_32
@@ -101,7 +101,7 @@
 #            ...
 #
 
-REQUIRES += libs/glibc/2.37-zoneinfo/2022f
+REQUIRES += libs/glibc/2.37-zoneinfo/2023c
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
 REQUIRES += libs/glibc/2.37-ppc32
 endif