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: 8.2-3709/Makefile
===================================================================
--- 8.2-3709/Makefile	(revision 447)
+++ 8.2-3709/Makefile	(revision 448)
@@ -65,14 +65,14 @@
 REQUIRES          += app/acl/2.3.2
 REQUIRES          += app/gawk/5.1.0
 REQUIRES          += dev/python2/2.7.18
-REQUIRES          += dev/python3/3.10.8
+REQUIRES          += dev/python3/3.12.9
 REQUIRES          += dev/perl/5.36.0
 
 # ======= __END_OF_REQUIRES__ =======
 
 
-PYTHON_2_VERSION = 2.7
-PYTHON_3_VERSION = 3.10
+PYTHON2_VERSION = 2.7
+PYTHON3_VERSION = 3.12
 
 
 version            = 8.2-3709
@@ -140,7 +140,7 @@
 #
 # Path to Python.h
 #
-CFLAGS += -I$(TARGET_DEST_DIR)/usr/include/python$(PYTHON_3_VERSION)
+CFLAGS += -I$(TARGET_DEST_DIR)/usr/include/python$(PYTHON3_VERSION)
 
 
 extra_configure_switches  = --libdir=/usr/lib$(LIBSUFFIX)
@@ -154,7 +154,7 @@
 extra_configure_switches += --disable-netbeans
 extra_configure_switches += --disable-canberra
 extra_configure_switches += --with-tlib=ncurses
-extra_configure_switches += --with-python-config-dir=$(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX)/python$(PYTHON_2_VERSION)/config
+extra_configure_switches += --with-python-config-dir=$(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX)/python$(PYTHON2_VERSION)/config
 extra_configure_switches += --with-python3-config-dir=$(shell $(TARGET_DEST_DIR)/usr/bin/python3-config --configdir)
 extra_configure_switches += --enable-pythoninterp=dynamic
 extra_configure_switches += --enable-python3interp=dynamic