gnu: lz4: Explicity declare the _FILE_OFFSET_BITS we want.

* gnu/packages/compression.scm (lz4)[arguments]<#:make-flags>: Explicity
declare the _FILE_OFFSET_BITS we want.
This commit is contained in:
Danny Milosavljevic 2020-10-03 23:12:08 +02:00
parent 0458e67095
commit 1ef5538efa
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -804,6 +804,8 @@ (define-public lz4
(arguments
`(#:test-target "test"
#:make-flags (list "CC=gcc"
"CFLAGS=-g -O2 -D_FILE_OFFSET_BITS=64"
"CXXFLAGS=-g -O2 -D_FILE_OFFSET_BITS=64"
(string-append "prefix=" (assoc-ref %outputs "out")))
#:phases (modify-phases %standard-phases
(delete 'configure) ;no configure script