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: products/base/Makefile
===================================================================
--- products/base/Makefile	(revision 440)
+++ products/base/Makefile	(revision 441)
@@ -133,6 +133,14 @@
 REQUIRES += libs/glibc/2.41-x86_32
 endif
 
+REQUIRES += libs/libxcrypt/4.4.38
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
+REQUIRES += libs/libxcrypt/4.4.38-ppc32
+endif
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC)),)
+REQUIRES += libs/libxcrypt/4.4.38-x86_32
+endif
+
 #            ...
 #             │   ┌──────────────────────────────────────────────────────────────┐
 #             │   │                                                              │