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 138)
+++ Makefile	(revision 139)
@@ -419,8 +419,13 @@
 	     sed -i 's,&& $(CROSS_PREFIX)g++,&& $(CCACHE)$(CROSS_PREFIX)g++",g' $${file} ; \
 	   done ; \
 	 )
-	# ======= Use make instead of $$(MAKE) for parallel build =======
-	@( cd $(build_dir) ; env -i CCACHE_BASEDIR=$(TOP_BUILD_DIR_ABS) make $(WEBKIT_JOBS) )
+	# ======= Use make instead of $$(MAKE) for non parallel build =======
+	@( cd $(build_dir) ; \
+	   env -i CCACHE_BASEDIR=$(CCACHE_BASEDIR) \
+	          CCACHE_DIR=$(CCACHE_DIR)         \
+	          CCACHE_UMASK=$(CCACHE_UMASK)     \
+	          make ; \
+	 )
 	@touch $@
 
 $(install_target): $(build_target)
Index: PATCHES
===================================================================
--- PATCHES	(revision 138)
+++ PATCHES	(revision 139)
@@ -1,6 +1,7 @@
 
-../../../../sources/packages/x/webkitgtk/patches/webkitgtk-2.40.2-arm-neon.patch         -p0
-../../../../sources/packages/x/webkitgtk/patches/webkitgtk-2.40.2-i386-sse.patch         -p0
+../../../../sources/packages/x/webkitgtk/patches/webkitgtk-2.40.2-arm-neon.patch            -p0
+../../../../sources/packages/x/webkitgtk/patches/webkitgtk-2.40.2-i386-sse.patch            -p0
 
-../../../../sources/packages/x/webkitgtk/patches/webkitgtk-2.40.2-bwrap-cross.patch      -p0
-../../../../sources/packages/x/webkitgtk/patches/webkitgtk-2.40.2-ui-process-crash.patch -p0
+../../../../sources/packages/x/webkitgtk/patches/webkitgtk-2.40.2-bwrap-cross.patch         -p0
+../../../../sources/packages/x/webkitgtk/patches/webkitgtk-2.40.2-ui-process-crash.patch    -p0
+../../../../sources/packages/x/webkitgtk/patches/webkitgtk-2.40.2-suppress-cast-align.patch -p0