guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: libbluray: Don't build static library.


From: guix-commits
Subject: 01/02: gnu: libbluray: Don't build static library.
Date: Wed, 11 Nov 2020 07:18:00 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit a58adb8911f1a38392b7ebf335ec32b0c046f7d3
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Nov 11 14:10:37 2020 +0200

    gnu: libbluray: Don't build static library.
    
    * gnu/packages/video.scm (libbluray)[arguments]: Add configure flag to
    skip static library.
---
 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 5ea07fd..9a16b50 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2479,7 +2479,8 @@ Both command-line and GTK2 interface are available.")
                 "1zxfnw1xbghcj7b3zz5djndv6gwssxda19cz1lrlqrkg8577r7kd"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:configure-flags '("--disable-bdjava-jar")
+     `(#:configure-flags '("--disable-bdjava-jar"
+                           "--disable-static")
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'refer-to-libxml2-in-.pc-file



reply via email to

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