mbakke pushed a commit to branch core-updates
in repository guix.
commit 84943cc9f2d06f7876ffc2bc4ebc0f28a9af9815
Author: Marius Bakke <[email protected]>
AuthorDate: Sat May 8 15:13:43 2021 +0200
gnu: elfutils: Omit static libraries.
* gnu/packages/elf.scm (elfutils)[arguments]: Add "--disable-static" to
#:configure-flags.
---
gnu/packages/elf.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/elf.scm b/gnu/packages/elf.scm
index 13691ff..0309dd9 100644
--- a/gnu/packages/elf.scm
+++ b/gnu/packages/elf.scm
@@ -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