mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
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:
parent
0458e67095
commit
1ef5538efa
1 changed files with 2 additions and 0 deletions
|
@ -804,6 +804,8 @@ (define-public lz4
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "test"
|
`(#:test-target "test"
|
||||||
#:make-flags (list "CC=gcc"
|
#: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")))
|
(string-append "prefix=" (assoc-ref %outputs "out")))
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
(delete 'configure) ;no configure script
|
(delete 'configure) ;no configure script
|
||||||
|
|
Loading…
Reference in a new issue