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

452 Commits   2 Branches   1 Tag
Index: makedepend/1.0.8/Makefile
===================================================================
--- makedepend/1.0.8/Makefile	(revision 34)
+++ makedepend/1.0.8/Makefile	(revision 35)
@@ -55,7 +55,7 @@
 
 SOURCE_REQUIRES    = sources/X.org/util/makedepend
 
-REQUIRES           = libs/glibc/2.36
+REQUIRES           = libs/glibc/2.37
 REQUIRES          += X11/X.org/proto/xorgproto/2022.2
 
 # ======= __END_OF_REQUIRES__ =======
Index: util-macros/1.19.3/Makefile
===================================================================
--- util-macros/1.19.3/Makefile	(revision 34)
+++ util-macros/1.19.3/Makefile	(revision 35)
@@ -58,7 +58,7 @@
 ifeq ($(__USE_BUILT_GCC_LIBS__),yes)
 REQUIRES           = dev/gcc/12.2.0
 else
-REQUIRES           = libs/glibc/2.36
+REQUIRES           = libs/glibc/2.37
 endif
 
 # ======= __END_OF_REQUIRES__ =======