mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: openvswitch: Omit most static libraries.
* gnu/packages/networking.scm (openvswitch)[arguments]: Add "--disable-static" to #:configure-flags.
This commit is contained in:
parent
c19181291b
commit
7c62015837
1 changed files with 1 additions and 0 deletions
|
@ -2505,6 +2505,7 @@ procedure calls (RPCs).")
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
'("--enable-shared"
|
'("--enable-shared"
|
||||||
|
"--disable-static" ; XXX still installs libopenvswitchavx512.a
|
||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
"--with-dbdir=/var/lib/openvswitch")
|
"--with-dbdir=/var/lib/openvswitch")
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue