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: Makefile
===================================================================
--- Makefile	(revision 62)
+++ Makefile	(revision 63)
@@ -55,9 +55,11 @@
 
 SOURCE_REQUIRES    = sources/packages/n/webrtc-audio-processing
 
-REQUIRES           = secure/libcap/2.48
-REQUIRES          += net/iproute2/5.9.0
-REQUIRES          += net/krb5/1.19.1
+ifeq ($(__USE_BUILT_GCC_LIBS__),yes)
+REQUIRES           = dev/gcc/12.2.0
+else
+REQUIRES           = libs/glibc/2.37
+endif
 
 # ======= __END_OF_REQUIRES__ =======