[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch wip-file-offset-bits-64-sledgehammer updated: gnu: lz4: Explicity
From: |
guix-commits |
Subject: |
branch wip-file-offset-bits-64-sledgehammer updated: gnu: lz4: Explicity declare the _FILE_OFFSET_BITS we want. |
Date: |
Sat, 03 Oct 2020 17:15:05 -0400 |
This is an automated email from the git hooks/post-receive script.
dannym pushed a commit to branch wip-file-offset-bits-64-sledgehammer
in repository guix.
The following commit(s) were added to
refs/heads/wip-file-offset-bits-64-sledgehammer by this push:
new 1ef5538 gnu: lz4: Explicity declare the _FILE_OFFSET_BITS we want.
1ef5538 is described below
commit 1ef5538efab8f67e24a1bfa04ef5ee289dd2488e
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Sat Oct 3 23:12:08 2020 +0200
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.
---
gnu/packages/compression.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 506a331..9c9c30e 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -804,6 +804,8 @@ decompression of some loosely related file formats used by
Microsoft.")
(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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch wip-file-offset-bits-64-sledgehammer updated: gnu: lz4: Explicity declare the _FILE_OFFSET_BITS we want.,
guix-commits <=