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
@ -745,6 +745,7 @@ stream decoding")
|
||||
(ncurses (assoc-ref inputs "ncurses")))
|
||||
(setenv "CONFIG_SHELL" (which "bash"))
|
||||
(invoke "./configure"
|
||||
"--disable-static"
|
||||
(string-append "--prefix=" out)
|
||||
(string-append "--build=" build)
|
||||
(string-append "--with-ncurses="
|
||||
|
Loading…
Reference in New Issue
Block a user