mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: audit: Don't build static libraries.
* gnu/packages/admin.scm (audit)[arguments]: Add "--disable-static" to #:configure-flags.
This commit is contained in:
parent
00f81f83a1
commit
8938b369d2
1 changed files with 2 additions and 1 deletions
|
@ -1783,7 +1783,8 @@ (define-public audit
|
|||
"0f4ci6ffznnmgblwgv7ich9mjfk3p6y5l6m6h3chhmzw156nj454"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list "--with-python=no")))
|
||||
`(#:configure-flags (list "--with-python=no"
|
||||
"--disable-static")))
|
||||
(inputs
|
||||
`(("openldap" ,openldap)
|
||||
("gnutls" ,gnutls)
|
||||
|
|
Loading…
Reference in a new issue