mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: qtwebkit: Remove workaround for binutils bug.
This is a follow-up to de8e2a699c
.
* gnu/packages/qt.scm (qtwebkit)[arguments]: Remove custom 'build' phase.
This commit is contained in:
parent
4ccaaad45d
commit
3ed18c05e9
1 changed files with 1 additions and 13 deletions
|
@ -2733,19 +2733,7 @@ (define-public qtwebkit
|
|||
;; libraries and test executables in a
|
||||
;; reasonable amount of memory.
|
||||
"-DCMAKE_SHARED_LINKER_FLAGS=-Wl,--no-keep-memory"
|
||||
"-DCMAKE_EXE_LINKER_FLAGS=-Wl,--no-keep-memory")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'build
|
||||
;; This is a workaround for the build failing with the error:
|
||||
;; ld: error adding symbols: Malformed archive
|
||||
;; Increasing the maximum number of open file descriptors
|
||||
;; makes the build succeed.
|
||||
(lambda* (#:key make-flags #:allow-other-keys)
|
||||
(let ((cmd (format #f
|
||||
"ulimit -n 4096; make ~{~a~^ ~}"
|
||||
make-flags)))
|
||||
(invoke "sh" "-c" cmd)))))))
|
||||
"-DCMAKE_EXE_LINKER_FLAGS=-Wl,--no-keep-memory")))
|
||||
(home-page "https://www.webkit.org")
|
||||
(synopsis "Web browser engine and classes to render and interact with web
|
||||
content")
|
||||
|
|
Loading…
Reference in a new issue