unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: qt-4: Disable webkit build.
@ 2015-10-03 22:55 Andreas Enge
  2015-10-04  8:15 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Enge @ 2015-10-03 22:55 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 240 bytes --]

Hello,

the attached patch removes the webkit module from qt-4, in the same spirit
as removing chromium from qt-5 some time ago. My main motivation was to work
around the build failure on armhf; the patched qt-4 now builds there.

Andreas


[-- Attachment #2: 0001-gnu-qt-4-Disable-webkit-build.patch --]
[-- Type: text/plain, Size: 1124 bytes --]

From 0da0716aea020d0b053fe1dab6b66d7de6cbd18c Mon Sep 17 00:00:00 2001
From: Andreas Enge <andreas@enge.fr>
Date: Sun, 4 Oct 2015 00:51:21 +0200
Subject: [PATCH] gnu: qt-4: Disable webkit build.

* gnu/packages/qt.scm (qt-4)[arguments]: Add configure flag to disable
  building the webkit module.
---
 gnu/packages/qt.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index ce5ab65..7699ee8 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -288,6 +288,9 @@ developers using C++ or QML, a CSS & JavaScript like language.")
                       "-confirm-license"
                       ;; explicitly link with dbus instead of dlopening it
                       "-dbus-linked"
+                      ;; Skip the webkit module; it fails to build on armhf
+                      ;; and, apart from that, may pose security risks.
+                      "-no-webkit"
                       ;; drop special machine instructions not supported
                       ;; on all instances of the target
                       ,@(if (string-prefix? "x86_64"
-- 
2.5.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-04 12:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-03 22:55 [PATCH] gnu: qt-4: Disable webkit build Andreas Enge
2015-10-04  8:15 ` Ludovic Courtès
2015-10-04  9:36   ` Andreas Enge
2015-10-04 12:34     ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).