summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-11-10 20:17:51 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-11-11 12:33:01 +0200
commit3d5cdccab369700f1f840fc47ebe6d79ea3da297 (patch)
tree688fec295777f642bb2333f67cb33adad09c6f5c /gnu
parentf64d265076490b1953bd9f9cdd1a097ca9919547 (diff)
downloadguix-3d5cdccab369700f1f840fc47ebe6d79ea3da297.tar.gz
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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/networking.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index f94c3e410f..7325e35054 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