gnu: aalib: Don't build static library.
* gnu/packages/video.scm (aalib)[arguments]: Add "--disable-static" to #:configure-flags.
This commit is contained in:
parent
959bf37cd8
commit
c776d7da26
1 changed files with 1 additions and 0 deletions
|
|
@ -745,6 +745,7 @@ stream decoding")
|
||||||
(ncurses (assoc-ref inputs "ncurses")))
|
(ncurses (assoc-ref inputs "ncurses")))
|
||||||
(setenv "CONFIG_SHELL" (which "bash"))
|
(setenv "CONFIG_SHELL" (which "bash"))
|
||||||
(invoke "./configure"
|
(invoke "./configure"
|
||||||
|
"--disable-static"
|
||||||
(string-append "--prefix=" out)
|
(string-append "--prefix=" out)
|
||||||
(string-append "--build=" build)
|
(string-append "--build=" build)
|
||||||
(string-append "--with-ncurses="
|
(string-append "--with-ncurses="
|
||||||
|
|
|
||||||
Reference in a new issue