mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: libtirpc: Do not build 'libtirpc.a'.
* gnu/packages/onc-rpc.scm (libtirpc)[arguments]: Add <#:configure-flags>.
This commit is contained in:
parent
7960bb27c5
commit
6002a0b635
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ (define-public libtirpc
|
|||
"07anqypf7c719x9y683qz65cxllmzlgmlab2hlahrqcj4bq2k99c"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
`(#:configure-flags '("--disable-static")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'remote-dangling-symlink
|
||||
(lambda _
|
||||
|
|
Loading…
Reference in a new issue