mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -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
|
(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…
Reference in a new issue