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: 2.9.7/Makefile
===================================================================
--- 2.9.7/Makefile	(revision 447)
+++ 2.9.7/Makefile	(revision 448)
@@ -61,11 +61,11 @@
 SOURCE_REQUIRES    = sources/packages/l/cracklib
 SOURCE_REQUIRES   += sources/packages/l/cracklib-words
 
-REQUIRES           = dev/python3/3.10.8
+REQUIRES           = dev/python3/3.12.9
 
 # ======= __END_OF_REQUIRES__ =======
 
-PYTHON_VERSION = 3.10
+PYTHON_VERSION = 3.12
 
 
 version            = 2.9.7
@@ -157,7 +157,7 @@
 INSTALL_CRACKLIB_WORDS = no
 
 
-CFLAGS += -I$(TARGET_DEST_DIR)/usr/include/python3.10
+CFLAGS += -I$(TARGET_DEST_DIR)/usr/include/python3.12
 
 
 ####### Dependencies
Index: 2.9.7-ppc32/Makefile
===================================================================
--- 2.9.7-ppc32/Makefile	(revision 447)
+++ 2.9.7-ppc32/Makefile	(revision 448)
@@ -16,11 +16,11 @@
 SOURCE_REQUIRES    = sources/packages/l/cracklib
 
 REQUIRES           = secure/cracklib/2.9.7
-REQUIRES          += dev/python3/3.10.8-ppc32
+REQUIRES          += dev/python3/3.12.9-ppc32
 
 # ======= __END_OF_REQUIRES__ =======
 
-PYTHON_VERSION = 3.10
+PYTHON_VERSION = 3.12
 
 
 version            = 2.9.7
@@ -98,7 +98,7 @@
 endif
 extra_configure_switches += --enable-shared=yes
 
-CFLAGS += -I$(TARGET_DEST_DIR)/usr/include/python3.10
+CFLAGS += -I$(TARGET_DEST_DIR)/usr/include/python3.12
 
 LDFLAGS += -Wl,-rpath,/lib$(MULTILIB_PPC32_SUFFIX):/usr/lib$(MULTILIB_PPC32_SUFFIX):/usr/lib/../lib$(MULTILIB_PPC32_SUFFIX)
 
Index: 2.9.7-x86_32/Makefile
===================================================================
--- 2.9.7-x86_32/Makefile	(revision 447)
+++ 2.9.7-x86_32/Makefile	(revision 448)
@@ -13,11 +13,11 @@
 SOURCE_REQUIRES    = sources/packages/l/cracklib
 
 REQUIRES           = secure/cracklib/2.9.7
-REQUIRES          += dev/python3/3.10.8-x86_32
+REQUIRES          += dev/python3/3.12.9-x86_32
 
 # ======= __END_OF_REQUIRES__ =======
 
-PYTHON_VERSION = 3.10
+PYTHON_VERSION = 3.12
 
 
 version            = 2.9.7
@@ -95,7 +95,7 @@
 endif
 extra_configure_switches += --enable-shared=yes
 
-CFLAGS += -I$(TARGET_DEST_DIR)/usr/include/python3.10
+CFLAGS += -I$(TARGET_DEST_DIR)/usr/include/python3.12
 
 LDFLAGS += -Wl,-rpath,/lib$(MULTILIB_X86_32_SUFFIX):/usr/lib$(MULTILIB_X86_32_SUFFIX):/usr/lib/../lib$(MULTILIB_X86_32_SUFFIX)