gnu: ucl: Build with the C90 standard.

Fixes <https://bugs.gnu.org/37778>.
Reported by Pierre Neidhardt <mail@ambrevar.xyz>.

* gnu/packages/compression.scm (ucl)[arguments]: New field.
This commit is contained in:
Marius Bakke 2019-10-18 14:28:11 +02:00
parent 1df9245586
commit 7349f926c7
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1901,6 +1901,9 @@ (define-public ucl
(base32
"0j036lkwsxvm15gr29n8wn07cqq79dswjs9k54939ms5zngjjrdq"))))
(build-system gnu-build-system)
(arguments
`(;; UCL 1.03 fails to build with newer C standards.
#:configure-flags '("CFLAGS=-std=gnu90")))
(home-page "http://www.oberhumer.com/opensource/ucl/")
(synopsis "Portable lossless data compression library")
(description "UCL implements a number of compression algorithms that