guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/07: gnu: aalib: Don't build static library.


From: guix-commits
Subject: 06/07: gnu: aalib: Don't build static library.
Date: Mon, 23 May 2022 17:01:50 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c776d7da260dd279cc889e127e6581b4f20c4915
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 22 02:00:00 2022 +0200

    gnu: aalib: Don't build static library.
    
    * gnu/packages/video.scm (aalib)[arguments]: Add "--disable-static"
    to #:configure-flags.
---
 gnu/packages/video.scm | 1 +
 1 file changed, 1 insertion(+)

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="



reply via email to

[Prev in Thread] Current Thread [Next in Thread]