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
|
@ -138,7 +138,8 @@ from the protocol files.")
|
|||
"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 New Issue