guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: opendht: Do not produce static libraries.


From: guix-commits
Subject: 04/09: gnu: opendht: Do not produce static libraries.
Date: Wed, 8 Feb 2023 09:40:37 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit e0d89c37355bc09f6e561917a41ddd971f205cee
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Feb 7 23:28:48 2023 -0500

    gnu: opendht: Do not produce static libraries.
    
    * gnu/packages/networking.scm (opendht) [configure-flags]: Add
    "--disable-static".
---
 gnu/packages/networking.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 5a7d60c674..b33192d8cb 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3729,7 +3729,8 @@ and targeted primarily for asynchronous processing of 
HTTP-requests.")
                   (guix build gnu-build-system)
                   (guix build utils))
       #:configure-flags
-      #~(list "--enable-tests"
+      #~(list "--disable-static"        ;to reduce size
+              "--enable-tests"
               "--enable-proxy-server"
               "--enable-push-notifications"
               "--enable-proxy-server-identity"



reply via email to

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