diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-22 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-22 02:00:00 +0200 |
commit | c776d7da260dd279cc889e127e6581b4f20c4915 (patch) | |
tree | 0498611041cbd623e79b120fa40972169486e447 /gnu/packages | |
parent | 959bf37cd827f5de47b26569e316b82db402e17b (diff) | |
download | guix-c776d7da260dd279cc889e127e6581b4f20c4915.tar.gz guix-c776d7da260dd279cc889e127e6581b4f20c4915.zip |
gnu: aalib: Don't build static library.
* gnu/packages/video.scm (aalib)[arguments]: Add "--disable-static"
to #:configure-flags.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/video.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 6d72f5d859..2329746d55 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -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=" |