diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-03 02:37:49 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-03 11:19:54 +0100 |
commit | 7c62015837e6f8a0e831e2c9da51d9664e95115c (patch) | |
tree | 02509c664844f6fad3ed8cfe97d7b32029f3aeee /gnu | |
parent | c19181291b763eb1a00e6077cdfb5a4929428e4a (diff) | |
download | guix-7c62015837e6f8a0e831e2c9da51d9664e95115c.tar.gz guix-7c62015837e6f8a0e831e2c9da51d9664e95115c.zip |
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.scm | 1 |
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 |