guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: liba52: Remove --build from configure flags.


From: Mark H. Weaver
Subject: 05/06: gnu: liba52: Remove --build from configure flags.
Date: Mon, 13 Jul 2015 23:12:06 +0000

mhw pushed a commit to branch core-updates
in repository guix.

commit 412a242258def6668a933efc56dd60bbd286d389
Author: Mark H Weaver <address@hidden>
Date:   Mon Jul 13 19:04:27 2015 -0400

    gnu: liba52: Remove --build from configure flags.
    
    This is a followup to commit 3c7d023d6458669c6bfa23bc85e098c91f699892,
    "build-system/gnu: Pass --build=<triplet> to configure by default"
    
    * gnu/packages/video.scm (liba52)[arguments]: Remove --build from configure
      flags.
---
 gnu/packages/video.scm |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index d098380..99cdd1a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -139,14 +139,7 @@ old-fashioned output methods with powerful ascii-art 
renderer.")
      `(("autoconf" ,autoconf)
        ("automake" ,automake)
        ("libtool" ,libtool)))
-    (arguments `(#:configure-flags
-                 '("--enable-shared"
-                   ;; FIXME: liba52-0.7.4's config.guess fails on mips64el.
-                   ,@(if (%current-target-system)
-                         '()
-                         (let ((triplet
-                                (nix-system->gnu-triplet (%current-system))))
-                           (list (string-append "--build=" triplet)))))
+    (arguments `(#:configure-flags '("--enable-shared")
                  #:phases
                  (modify-phases %standard-phases
                    ;; XXX We need to run ./bootstrap because of the build



reply via email to

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