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.40/Makefile
===================================================================
--- 2.40/Makefile	(revision 395)
+++ 2.40/Makefile	(revision 396)
@@ -60,12 +60,12 @@
 
 SOURCE_REQUIRES    = sources/GNU/binutils
 
-REQUIRES           = libs/zlib/1.2.13
+REQUIRES           = libs/zlib/1.3.1
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
-REQUIRES          += libs/zlib/1.2.13-ppc32
+REQUIRES          += libs/zlib/1.3.1-ppc32
 endif
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC)),)
-REQUIRES          += libs/zlib/1.2.13-x86_32
+REQUIRES          += libs/zlib/1.3.1-x86_32
 endif
 
 # ======= __END_OF_REQUIRES__ =======