Skip to content
Snippets Groups Projects
Commit 73b1b4eb authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: icecat: Disable RUNPATH validation.

* gnu/packages/gnuzilla.scm (icecat)[arguments]: Pass
  #:validate-runpath? #f.
parent b7615c56
No related branches found
No related tags found
No related merge requests found
...@@ -266,6 +266,13 @@ (define-public icecat ...@@ -266,6 +266,13 @@ (define-public icecat
`(#:tests? #f ; no check target `(#:tests? #f ; no check target
#:out-of-source? #t ; must be built outside of the source directory #:out-of-source? #t ; must be built outside of the source directory
;; XXX: There are RUNPATH issues such as
;; $prefix/lib/icecat-31.6.0/plugin-container NEEDing libmozalloc.so,
;; which is not in its RUNPATH, but they appear to be harmless in
;; practice somehow. See <http://hydra.gnu.org/build/378133>.
#:validate-runpath? #f
#:configure-flags '(;; Building with debugging symbols takes ~5GiB, so #:configure-flags '(;; Building with debugging symbols takes ~5GiB, so
;; disable it. ;; disable it.
"--disable-debug" "--disable-debug"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment