[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
- branch master updated (28e2f27 -> 569cd53), guix-commits, 2020/11/10
- 04/15: gnu: pre-commit: Update to 2.8.1., guix-commits, 2020/11/10
- 06/15: gnu: v4l-utils: Move graphical tools to a separate output, guix-commits, 2020/11/10
- 07/15: gnu: v4l-utils: Do not build static libraries.,
guix-commits <=
- 08/15: gnu: sdcc: Remove non-free code., guix-commits, 2020/11/10
- 01/15: gnu: ungoogled-chromium: Update to 86.0.4240.193-0.b68e17f., guix-commits, 2020/11/10
- 02/15: gnu: cl-slime-swank: Update to 2.26., guix-commits, 2020/11/10
- 03/15: gnu: Add python-re-assert., guix-commits, 2020/11/10
- 05/15: gnu: python-canonicaljson: Update to 1.4.0., guix-commits, 2020/11/10
- 11/15: gnu: gnucash: Enable python bindings., guix-commits, 2020/11/10
- 15/15: gnu: nomad: Update to 0.2.0-alpha-199-g3e7a475., guix-commits, 2020/11/10
- 14/15: gnu: g-golf: Update to ef830107b9765bd6a2da848d0cbe45e11374c0b5., guix-commits, 2020/11/10
- 10/15: gnu: Add setzer., guix-commits, 2020/11/10
- 09/15: gnu: Add icedove-wayland., guix-commits, 2020/11/10