guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: epiphany: Correctly set the library RUNPATH.


From: Leo Famulari
Subject: 01/01: gnu: epiphany: Correctly set the library RUNPATH.
Date: Wed, 8 Aug 2018 16:35:36 -0400 (EDT)

lfam pushed a commit to branch staging
in repository guix.

commit e19f9c24aa74d76428a4a4cf97aef0f626fd9466
Author: Leo Famulari <address@hidden>
Date:   Wed Aug 8 16:24:41 2018 -0400

    gnu: epiphany: Correctly set the library RUNPATH.
    
    * gnu/packages/gnome.scm (epiphany): Set the runpath in #:configure-flags.
---
 gnu/packages/gnome.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 586cfc9..6fcd3ce 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -17,7 +17,7 @@
 ;;; Copyright © 2016, 2017 Kei Kebreau <address@hidden>
 ;;; Copyright © 2016 Jan Nieuwenhuizen <address@hidden>
 ;;; Copyright © 2016 Roel Janssen <address@hidden>
-;;; Copyright © 2016 Leo Famulari <address@hidden>
+;;; Copyright © 2016, 2018 Leo Famulari <address@hidden>
 ;;; Copyright © 2016 Alex Griffin <address@hidden>
 ;;; Copyright © 2016, 2017 Nils Gillmann <address@hidden>
 ;;; Copyright © 2016 David Craven <address@hidden>
@@ -4190,7 +4190,11 @@ a secret password store, an adblocker, and a modern UI.")
      ;;      subsystem
      ;;   FAIL
      '(#:tests? #f
-       #:glib-or-gtk? #t))
+       #:glib-or-gtk? #t
+       #:configure-flags
+       ;; Otherwise, the RUNPATH will lack the final 'epiphany' path component.
+       (list (string-append "-Dc_link_args=-Wl,-rpath="
+                            (assoc-ref %outputs "out") "/lib/epiphany"))))
     (propagated-inputs
      `(("dconf" ,dconf)))
     (native-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]