mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-26 11:01:48 +02:00
gnu: elfutils: Omit static libraries.
* gnu/packages/elf.scm (elfutils)[arguments]: Add "--disable-static" to #:configure-flags.
This commit is contained in:
@@ -70,6 +70,7 @@
|
||||
`(#: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
|
||||
|
||||
Reference in New Issue
Block a user