mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05: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 @@ (define-public openvswitch
|
|||
(arguments
|
||||
'(#:configure-flags
|
||||
'("--enable-shared"
|
||||
"--disable-static" ; XXX still installs libopenvswitchavx512.a
|
||||
"--localstatedir=/var"
|
||||
"--with-dbdir=/var/lib/openvswitch")
|
||||
#:phases
|
||||
|
|
Loading…
Reference in a new issue