guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: botan: Omit static library.


From: guix-commits
Subject: 02/03: gnu: botan: Omit static library.
Date: Fri, 29 Oct 2021 15:16:51 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 36d6b1ac5f43c3746b73e1cd612ba0cda8cee836
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Oct 29 19:42:19 2021 +0200

    gnu: botan: Omit static library.
    
    * gnu/packages/crypto.scm (botan)[arguments]: Add a "--disable-static"
    configure flag.
---
 gnu/packages/crypto.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index dd2f76d..f48fc23 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -952,6 +952,8 @@ SHA256, SHA512, SHA3, AICH, ED2K, Tiger, DC++ TTH, 
BitTorrent BTIH, GOST R
                (setenv "CXXFLAGS" "-O3")
                (invoke "python" "./configure.py"
                        (string-append "--prefix=" out)
+                       "--disable-static"
+
                        ;; Otherwise, the `botan` executable cannot find
                        ;; libbotan.
                        (string-append "--ldflags=-Wl,-rpath=" lib)



reply via email to

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