guix-commits
[Top][All Lists]
Advanced

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

12/24: gnu: libite: Don't build static library.


From: guix-commits
Subject: 12/24: gnu: libite: Don't build static library.
Date: Tue, 24 May 2022 20:22:59 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 23c281424ccb7909478a21ac9092893c846c614a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 22 02:00:00 2022 +0200

    gnu: libite: Don't build static library.
    
    * gnu/packages/linux.scm (libite)[arguments]: Add "--disable-static"
    to #:configure-flags.
---
 gnu/packages/linux.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index cfd8909b24..8469f4380d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4932,7 +4932,9 @@ capabilities of the Linux kernel.")
         (base32 "0i27ppb557kdc1hm7nf0f5r7sxvqma31pr57h79whl6qcp28gy4a"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:phases
+     `(#:configure-flags
+       (list "--disable-static")
+       #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'fix-tests
            (lambda* (#:key inputs #:allow-other-keys)



reply via email to

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