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 127)
+++ Makefile	(revision 128)
@@ -29,6 +29,7 @@
 patches    += $(CURDIR)/patches/binutils-2.40-libtool-lib64.patch
 patches    += $(CURDIR)/patches/binutils-2.40-no-config-check.patch
 patches    += $(CURDIR)/patches/binutils-2.40-sec-merge-emit.patch
+patches    += $(CURDIR)/patches/binutils-2.40-zstd-for-build.patch
 
 .NOTPARALLEL: $(patches)
 
@@ -79,6 +80,7 @@
 	 ( cd create-2.40-libtool-lib64-patch                 ; ./create.patch.sh ) ; \
 	 ( cd create-2.40-no-config-check-patch               ; ./create.patch.sh ) ; \
 	 ( cd create-2.40-sec-merge-emit-patch                ; ./create.patch.sh ) ; \
+	 ( cd create-2.40-zstd-for-build-patch                ; ./create.patch.sh ) ; \
 	 echo -e "\n"
 
 download_clean: