mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: gd: Do not build static library.
* gnu/packages/gd.scm (gd)[arguments]: Add #:configure-flags.
This commit is contained in:
parent
a1badf864f
commit
2fc865d301
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ (define-public gd
|
||||||
;; As recommended by github.com/libgd/libgd/issues/278 to fix rounding
|
;; As recommended by github.com/libgd/libgd/issues/278 to fix rounding
|
||||||
;; issues on aarch64 and other architectures.
|
;; issues on aarch64 and other architectures.
|
||||||
`(#:make-flags '("CFLAGS=-ffp-contract=off")
|
`(#:make-flags '("CFLAGS=-ffp-contract=off")
|
||||||
|
#:configure-flags '("--disable-static")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
;; This test is known to fail on i686-linux:
|
;; This test is known to fail on i686-linux:
|
||||||
|
|
Loading…
Reference in a new issue