mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: lash: Don't build static libraries.
* gnu/packages/audio.scm (lash)[arguments]: Add configure-flag to disable static libraries.
This commit is contained in:
parent
44df780768
commit
b07bfd06ee
1 changed files with 2 additions and 1 deletions
|
@ -1517,7 +1517,8 @@ (define-public lash
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* '("Makefile.am" "Makefile.in")
|
(substitute* '("Makefile.am" "Makefile.in")
|
||||||
(("lashd ") ""))
|
(("lashd ") ""))
|
||||||
#t)))))
|
#t)))
|
||||||
|
#:configure-flags '("--disable-static")))
|
||||||
(inputs
|
(inputs
|
||||||
`(("bdb" ,bdb)
|
`(("bdb" ,bdb)
|
||||||
("gtk" ,gtk+-2)
|
("gtk" ,gtk+-2)
|
||||||
|
|
Loading…
Reference in a new issue