gnu: openjpeg: Don't build 'libopenjp2.a'.

* gnu/packages/image.scm (openjpeg)[arguments]: Add #:configure-flags.
master
Marius Bakke 2019-04-07 23:31:58 +02:00
parent de1b5e4959
commit 8de1979d7c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -592,8 +592,8 @@ work.")
"1dn98d2dfa1lqyxxmab6rrcv52dyhjr4g7i4xf2w54fqsx14ynrb"))))
(build-system cmake-build-system)
(arguments
;; Trying to run `$ make check' results in a no rule fault.
'(#:tests? #f))
'(#:tests? #f ;TODO: requires a 1.1 GiB data repository
#:configure-flags '("-DBUILD_STATIC_LIBS=OFF")))
(inputs
`(("lcms" ,lcms)
("libpng" ,libpng)