gnu: elfutils: Omit static libraries.
* gnu/packages/elf.scm (elfutils)[arguments]: Add "--disable-static" to #:configure-flags.
This commit is contained in:
parent
1d80751396
commit
84943cc9f2
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ (define-public elfutils
|
|||
`(#:configure-flags (list (string-append "LDFLAGS=-Wl,-rpath="
|
||||
(assoc-ref %outputs "out")
|
||||
"/lib")
|
||||
"--disable-static"
|
||||
;; TODO: Enable the debuginfo server. It
|
||||
;; increases the closure size significantly
|
||||
;; and presents bootstrapping problems, so
|
||||
|
|
Loading…
Reference in a new issue