guix-commits
[Top][All Lists]
Advanced

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

11/28: gnu: gd: Do not build static library.


From: guix-commits
Subject: 11/28: gnu: gd: Do not build static library.
Date: Wed, 8 Jan 2020 15:58:46 -0500 (EST)

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

commit 2fc865d301de71ab66bcb29f9aac22479a512dfe
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Jan 8 15:58:05 2020 +0100

    gnu: gd: Do not build static library.
    
    * gnu/packages/gd.scm (gd)[arguments]: Add #:configure-flags.
---
 gnu/packages/gd.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gd.scm b/gnu/packages/gd.scm
index 5b3f850..6afccb7 100644
--- a/gnu/packages/gd.scm
+++ b/gnu/packages/gd.scm
@@ -63,6 +63,7 @@
       ;; As recommended by github.com/libgd/libgd/issues/278 to fix rounding
       ;; issues on aarch64 and other architectures.
      `(#:make-flags '("CFLAGS=-ffp-contract=off")
+       #:configure-flags '("--disable-static")
        #:phases
        (modify-phases %standard-phases
          ;; This test is known to fail on i686-linux:



reply via email to

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