1
0
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:
Marius Bakke
2021-05-08 15:13:43 +02:00
parent 1d80751396
commit 84943cc9f2
+1
View File
@@ -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