mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: libnet6: Omit static library.
* gnu/packages/gobby.scm (libnet6)[arguments]: Add ‘--disable-static’ to #:configure-flags.
This commit is contained in:
parent
cea9741b16
commit
cc63996063
1 changed files with 3 additions and 1 deletions
|
@ -49,7 +49,9 @@ (define-public libnet6
|
|||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(arguments
|
||||
`(#:phases
|
||||
`(#:configure-flags
|
||||
(list "--disable-static")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'configure 'update-gnutls-api
|
||||
(lambda _
|
||||
|
|
Loading…
Reference in a new issue