guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: openh264: Fix building on armhf and aarch64.


From: Efraim Flashner
Subject: 01/01: gnu: openh264: Fix building on armhf and aarch64.
Date: Thu, 29 Jun 2017 04:45:18 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 8363a8351728007f8d624f4a49ecd7b47fd166c7
Author: Efraim Flashner <address@hidden>
Date:   Thu Jun 29 11:44:25 2017 +0300

    gnu: openh264: Fix building on armhf and aarch64.
    
    * gnu/packages/video.scm (openh264)[arguments]: Add 'CC=gcc' to
    the #:make-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 32f09db..816fb9d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2001,7 +2001,8 @@ of modern, widely supported codecs.")
      `(("nasm" ,nasm)
        ("python" ,python)))
     (arguments
-     '(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
+     '(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
+                          "CC=gcc")
        #:test-target "test"
        #:phases (modify-phases %standard-phases
                   ;; no configure script



reply via email to

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