mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
1df9245586
commit
7349f926c7
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue