gnu: openvswitch: Omit most static libraries.
* gnu/packages/networking.scm (openvswitch)[arguments]: Add "--disable-static" to #:configure-flags.master
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
|
||||
|
|
Reference in New Issue