guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/33: gnu: elfutils: Omit static libraries.


From: guix-commits
Subject: 14/33: gnu: elfutils: Omit static libraries.
Date: Sun, 9 May 2021 17:50:11 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 84943cc9f2d06f7876ffc2bc4ebc0f28a9af9815
Author: Marius Bakke <marius@gnu.org>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]