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

383 Commits   1 Branch   1 Tag
Index: radix-1.9/libs/zstd/1.5.2/Makefile
===================================================================
--- radix-1.9/libs/zstd/1.5.2/Makefile	(revision 65)
+++ radix-1.9/libs/zstd/1.5.2/Makefile	(revision 66)
@@ -133,8 +133,8 @@
 	@touch $@
 
 $(build_target): $(src_done)
-	@cd $(SRC_DIR) && $(BUILD_ENVIRONMENT) $(MAKE)
-	@cd $(SRC_DIR) && $(BUILD_ENVIRONMENT) $(MAKE) -C contrib/pzstd
+	@cd $(SRC_DIR) && $(BUILD_ENVIRONMENT) $(MAKE) $(configure_switches)
+	@cd $(SRC_DIR) && $(BUILD_ENVIRONMENT) $(MAKE) $(configure_switches) -C contrib/pzstd
 	@touch $@
 
 $(install_target): $(build_target)
Index: radix-1.9/libs/zstd/1.5.2-ppc32/Makefile
===================================================================
--- radix-1.9/libs/zstd/1.5.2-ppc32/Makefile	(revision 65)
+++ radix-1.9/libs/zstd/1.5.2-ppc32/Makefile	(revision 66)
@@ -94,8 +94,8 @@
 	@touch $@
 
 $(build_target): $(src_done)
-	@cd $(SRC_DIR) && $(BUILD_ENVIRONMENT) $(MAKE)
-	@cd $(SRC_DIR) && $(BUILD_ENVIRONMENT) $(MAKE) -C contrib/pzstd
+	@cd $(SRC_DIR) && $(BUILD_ENVIRONMENT) $(MAKE) $(configure_switches)
+	@cd $(SRC_DIR) && $(BUILD_ENVIRONMENT) $(MAKE) $(configure_switches) -C contrib/pzstd
 	@touch $@
 
 $(install_target): $(build_target)
Index: radix-1.9/libs/zstd/1.5.2-x86_32/Makefile
===================================================================
--- radix-1.9/libs/zstd/1.5.2-x86_32/Makefile	(revision 65)
+++ radix-1.9/libs/zstd/1.5.2-x86_32/Makefile	(revision 66)
@@ -91,8 +91,8 @@
 	@touch $@
 
 $(build_target): $(src_done)
-	@cd $(SRC_DIR) && $(BUILD_ENVIRONMENT) $(MAKE)
-	@cd $(SRC_DIR) && $(BUILD_ENVIRONMENT) $(MAKE) -C contrib/pzstd
+	@cd $(SRC_DIR) && $(BUILD_ENVIRONMENT) $(MAKE) $(configure_switches)
+	@cd $(SRC_DIR) && $(BUILD_ENVIRONMENT) $(MAKE) $(configure_switches) -C contrib/pzstd
 	@touch $@
 
 $(install_target): $(build_target)