guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: zeromq: Don't build static library.


From: guix-commits
Subject: branch master updated: gnu: zeromq: Don't build static library.
Date: Wed, 11 Nov 2020 05:39:24 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3d5cdcc  gnu: zeromq: Don't build static library.
3d5cdcc is described below

commit 3d5cdccab369700f1f840fc47ebe6d79ea3da297
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Nov 10 20:17:51 2020 +0200

    gnu: zeromq: Don't build static library.
    
    This saves about 70% of the package size.
    
    * gnu/packages/networking.scm (zeromq)[arguments]: Add configure flag to
    skip building static library.
---
 gnu/packages/networking.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index f94c3e4..7325e35 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -872,6 +872,7 @@ transparently check connection attempts against an access 
control list.")
                (base32
                 "18km71p77jm1w7wly2a5mxvphjb0f2l6s08cg382x55f6zdqb4lx"))))
     (build-system gnu-build-system)
+    (arguments '(#:configure-flags '("--disable-static")))
     (home-page "https://zeromq.org";)
     (synopsis "Library for message-based applications")
     (description



reply via email to

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