me
/
guix
Archived
1
0
Fork 0

gnu: gd: Do not build static library.

* gnu/packages/gd.scm (gd)[arguments]: Add #:configure-flags.
master
Marius Bakke 2020-01-08 15:58:05 +01:00
parent a1badf864f
commit 2fc865d301
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 0 deletions

View File

@ -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: