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)
@@ -20,6 +20,7 @@
 patches    += $(CURDIR)/patches/webkitgtk-2.40.2-mips-atomic.patch
 patches    += $(CURDIR)/patches/webkitgtk-2.40.2-bwrap-cross.patch
 patches    += $(CURDIR)/patches/webkitgtk-2.40.2-ui-process-crash.patch
+patches    += $(CURDIR)/patches/webkitgtk-2.40.2-suppress-cast-align.patch
 
 .NOTPARALLEL: $(patches)
 
@@ -54,11 +55,12 @@
 
 $(patches): $(sha1s)
 	@echo -e "\n======= Create Patches =======\n" ; \
-	 ( cd create-2.40.2-arm-neon-patch         ; ./create.patch.sh ) ; \
-	 ( cd create-2.40.2-i386-sse-patch         ; ./create.patch.sh ) ; \
-	 ( cd create-2.40.2-mips-atomic-patch      ; ./create.patch.sh ) ; \
-	 ( cd create-2.40.2-bwrap-cross-patch      ; ./create.patch.sh ) ; \
-	 ( cd create-2.40.2-ui-process-crash-patch ; ./create.patch.sh ) ; \
+	 ( cd create-2.40.2-arm-neon-patch            ; ./create.patch.sh ) ; \
+	 ( cd create-2.40.2-i386-sse-patch            ; ./create.patch.sh ) ; \
+	 ( cd create-2.40.2-mips-atomic-patch         ; ./create.patch.sh ) ; \
+	 ( cd create-2.40.2-bwrap-cross-patch         ; ./create.patch.sh ) ; \
+	 ( cd create-2.40.2-ui-process-crash-patch    ; ./create.patch.sh ) ; \
+	 ( cd create-2.40.2-suppress-cast-align-patch ; ./create.patch.sh ) ; \
 	 echo -e "\n"
 
 download_clean: