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
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user