guix-commits
[Top][All Lists]
Advanced

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

07/15: gnu: v4l-utils: Do not build static libraries.


From: guix-commits
Subject: 07/15: gnu: v4l-utils: Do not build static libraries.
Date: Tue, 10 Nov 2020 16:34:18 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 4f4377f6dcdec45d8dd8aaa7b8c63454212abc7f
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Nov 10 21:51:44 2020 +0100

    gnu: v4l-utils: Do not build static libraries.
    
    * gnu/packages/video.scm (v4l-utils)[arguments]: Add "--disable-static" to
     #:configure-flags.
---
 gnu/packages/video.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 0188d15..5ea07fd 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2993,7 +2993,8 @@ tools, XML authoring components, and an extensible 
plug-in based API.")
     (outputs '("out" "gui"))
     (arguments
      '(#:configure-flags
-       (list (string-append "--with-udevdir="
+       (list "--disable-static"
+             (string-append "--with-udevdir="
                             (assoc-ref %outputs "out")
                             "/lib/udev"))
        #:phases



reply via email to

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