mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: imagemagick: Don't build with processor-specific optimizations.
* gnu/packages/imagemagick.scm (imagemagick)[arguments]: Pass --without-gcc-arch to #:configure-flags.
This commit is contained in:
parent
82d0fae22d
commit
00831624b5
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ (define-public imagemagick
|
|||
"00arcvyhsy9i5gp3b0lhfvs04qwhxpmq0bfsv4ipllinb6mjgxf5"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--with-frozenpaths")
|
||||
`(#:configure-flags '("--with-frozenpaths" "--without-gcc-arch")
|
||||
#:phases (modify-phases %standard-phases
|
||||
(add-before
|
||||
'build 'pre-build
|
||||
|
|
Loading…
Reference in a new issue