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.1/Makefile
===================================================================
--- 2.40.1/Makefile	(revision 87)
+++ 2.40.1/Makefile	(revision 88)
@@ -147,7 +147,7 @@
 
 CFLAGS  += -I$(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX)/glib-2.0/include
 
-suppress-warnings   = -Wno-unused-variable
+suppress-warnings   = -Wno-unused-variable -Wno-uninitialized
 
 configure_switches  = -DCMAKE_BUILD_TYPE='Release'
 
@@ -388,7 +388,7 @@
 $(install_target): $(build_target)
 	@mkdir -p $(WEBKITGTK_PKG)
 	# ======= Install WebKitGtk =======
-	@cd $(build_dir) && $(BUILD_ENVIRONMENT) $(MAKE) -j1 install $(env_sysroot)
+	@cd $(build_dir) && $(BUILD_ENVIRONMENT) $(MAKE) install $(env_sysroot)
 	# ======= Install Documentation =======
 	@if [ -d $(WEBKITGTK_PKG)/usr/share/man ]; then \
 	  ( cd $(WEBKITGTK_PKG)/usr/share/man ; \
Index: 2.40.1/PATCHES
===================================================================
--- 2.40.1/PATCHES	(revision 87)
+++ 2.40.1/PATCHES	(revision 88)
@@ -1,3 +1,4 @@
 
+../../../../sources/packages/x/webkitgtk/patches/webkitgtk-2.40.1-arm-neon.patch     -p0
 ../../../../sources/packages/x/webkitgtk/patches/webkitgtk-2.40.1-bwrap-cross.patch  -p0
 ../../../../sources/packages/x/webkitgtk/patches/webkitgtk-2.40.1-source-brush.patch -p0
Index: 2.40.1/webkitgtk-pkg-description.in
===================================================================
--- 2.40.1/webkitgtk-pkg-description.in	(revision 87)
+++ 2.40.1/webkitgtk-pkg-description.in	(revision 88)
@@ -6,14 +6,14 @@
 # customary to leave one space after the ':'.
 
          |-----handy-ruler------------------------------------------------------|
-weblitgtk: weblitgtk @VERSION@ (Web content engine for GTK)
-weblitgtk:
-weblitgtk: WebKitGTK is a full-featured port of the WebKit rendering engine,
-weblitgtk: suitable for projects requiring any kind of web integration, from
-weblitgtk: hybrid HTML/CSS applications to full-fledged web browsers.
-weblitgtk:
-weblitgtk:
-weblitgtk:
-weblitgtk: Homepage: https://webkitgtk.org
-weblitgtk:
-weblitgtk:
+webkitgtk: webkitgtk @VERSION@ (Web content engine for GTK)
+webkitgtk:
+webkitgtk: WebKitGTK is a full-featured port of the WebKit rendering engine,
+webkitgtk: suitable for projects requiring any kind of web integration, from
+webkitgtk: hybrid HTML/CSS applications to full-fledged web browsers.
+webkitgtk:
+webkitgtk:
+webkitgtk:
+webkitgtk: Homepage: https://webkitgtk.org
+webkitgtk:
+webkitgtk: