guix-commits
[Top][All Lists]
Advanced

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

13/16: gnu: libconfini: Omit static library.


From: guix-commits
Subject: 13/16: gnu: libconfini: Omit static library.
Date: Wed, 27 Jul 2022 06:30:03 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5f4cd5243c8a409f63a443d093b5a554ad7d3c92
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 24 02:00:00 2022 +0200

    gnu: libconfini: Omit static library.
    
    * gnu/packages/cpp.scm (libconfini)[arguments]: Add "--disable-static"
    to #:configure-flags.
---
 gnu/packages/cpp.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 481671f443..8330f0d157 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1486,7 +1486,9 @@ output randomness while retaining speed, simplicity, and 
conciseness.")
                 "002lmf1b2phmc6s348k00yx5shrcc7psn3pgqvraxvr6n8g747jx"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:phases
+     `(#:configure-flags
+       (list "--disable-static")
+       #:phases
        (modify-phases %standard-phases
          (replace 'bootstrap
            (lambda _ (invoke "sh" "bootstrap" "--noconfigure"))))))



reply via email to

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