summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-11-03 02:37:49 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-11-03 11:19:54 +0100
commit7c62015837e6f8a0e831e2c9da51d9664e95115c (patch)
tree02509c664844f6fad3ed8cfe97d7b32029f3aeee /gnu
parentc19181291b763eb1a00e6077cdfb5a4929428e4a (diff)
downloadguix-7c62015837e6f8a0e831e2c9da51d9664e95115c.tar.gz
gnu: openvswitch: Omit most static libraries.
* gnu/packages/networking.scm (openvswitch)[arguments]:
Add "--disable-static" to #:configure-flags.
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 789a2b43aa..f67241e1bf 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2505,6 +2505,7 @@ procedure calls (RPCs).")
     (arguments
      '(#:configure-flags
        '("--enable-shared"
+         "--disable-static"        ; XXX still installs libopenvswitchavx512.a
          "--localstatedir=/var"
          "--with-dbdir=/var/lib/openvswitch")
        #:phases