mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: libnsl: Do not build 'libnsl.a'.
* gnu/packages/onc-rpc.scm (libnsl)[arguments]: Add <#:configure-flags>.
This commit is contained in:
parent
4b70b776e5
commit
464a29d3d7
1 changed files with 2 additions and 1 deletions
|
@ -138,7 +138,8 @@ (define-public libnsl
|
|||
"1chzqhcgh0yia9js8mh92cmhyka7rh32ql6b3mgdk26n94dqzs8b"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
`(#:configure-flags '("--disable-static")
|
||||
#:phases (modify-phases %standard-phases
|
||||
(add-before 'bootstrap 'gettextize
|
||||
(lambda _
|
||||
;; Regenerate the bundled Makefile.in.in to avoid a
|
||||
|
|
Loading…
Reference in a new issue