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: 1.0.9/Makefile
===================================================================
--- 1.0.9/Makefile	(revision 447)
+++ 1.0.9/Makefile	(revision 448)
@@ -164,7 +164,7 @@
 configure_switches += -DBROTLI_DISABLE_TESTS=ON
 
 
-PYTHON3_VERSION = 3.10
+PYTHON3_VERSION = 3.12
 
 python-ext-suffix = $(shell cat $(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX)/python$(PYTHON3_VERSION)/lib-dynload/_sysconfigdata_*.py | grep EXT_SUFFIX | cut -f2 -d':' | cut -f2 -d"'")
 
Index: 1.0.9-ppc32/Makefile
===================================================================
--- 1.0.9-ppc32/Makefile	(revision 447)
+++ 1.0.9-ppc32/Makefile	(revision 448)
@@ -110,7 +110,7 @@
 configure_switches += -DBROTLI_DISABLE_TESTS=ON
 
 
-PYTHON3_VERSION = 3.10
+PYTHON3_VERSION = 3.12
 
 python-ext-suffix = $(shell cat $(TARGET_DEST_DIR)/usr/lib$(MULTILIB_PPC32_SUFFIX)/python$(PYTHON3_VERSION)/lib-dynload/_sysconfigdata_*.py | grep EXT_SUFFIX | cut -f2 -d':' | cut -f2 -d"'")
 
Index: 1.0.9-x86_32/Makefile
===================================================================
--- 1.0.9-x86_32/Makefile	(revision 447)
+++ 1.0.9-x86_32/Makefile	(revision 448)
@@ -107,7 +107,7 @@
 configure_switches += -DBROTLI_DISABLE_TESTS=ON
 
 
-PYTHON3_VERSION = 3.10
+PYTHON3_VERSION = 3.12
 
 python-ext-suffix = $(shell cat $(TARGET_DEST_DIR)/usr/lib$(MULTILIB_X86_32_SUFFIX)/python$(PYTHON3_VERSION)/lib-dynload/_sysconfigdata_*.py | grep EXT_SUFFIX | cut -f2 -d':' | cut -f2 -d"'")