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
|
@ -45,7 +45,8 @@
|
||||||
"07anqypf7c719x9y683qz65cxllmzlgmlab2hlahrqcj4bq2k99c"))))
|
"07anqypf7c719x9y683qz65cxllmzlgmlab2hlahrqcj4bq2k99c"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:configure-flags '("--disable-static")
|
||||||
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'remote-dangling-symlink
|
(add-after 'unpack 'remote-dangling-symlink
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Loading…
Reference in New Issue