guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: gegl: Fix building on aarch64.


From: Efraim Flashner
Subject: 01/03: gnu: gegl: Fix building on aarch64.
Date: Tue, 8 Aug 2017 11:43:51 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit b0a21b56db6c0e0db3cf5183509f860bae697712
Author: Efraim Flashner <address@hidden>
Date:   Tue Aug 8 17:41:14 2017 +0300

    gnu: gegl: Fix building on aarch64.
    
    * gnu/packages/gimp.scm (gegl)[arguments]: Add '-lm' configure-flag.
---
 gnu/packages/gimp.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 362e204..40f39b2 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014, 2015 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2016 Ricardo Wurmus <address@hidden>
-;;; Copyright © 2016 Efraim Flashner <address@hidden>
+;;; Copyright © 2016, 2017 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -86,6 +86,7 @@ provided as well as the framework to add new color models and 
data types.")
      `(;; More than just the one test disabled below now fails; disable them
        ;; all according to the rationale given below.
        #:tests? #f
+       #:configure-flags '("LDFLAGS=-lm")
        #:phases
        (alist-cons-before
         'build 'pre-build



reply via email to

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