mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: boost: Explicity declare the _FILE_OFFSET_BITS we want.
* gnu/packages/boost.scm (boost)[arguments]<#:phases>[build]: Add cflags, cxxflags.
This commit is contained in:
parent
7af5f162a5
commit
0458e67095
1 changed files with 2 additions and 0 deletions
|
@ -148,6 +148,8 @@ (define-public boost
|
|||
(lambda* (#:key make-flags #:allow-other-keys)
|
||||
(apply invoke "./b2"
|
||||
(format #f "-j~a" (parallel-job-count))
|
||||
(string-append "cflags=" (getenv "CFLAGS"))
|
||||
(string-append "cxxflags=" (getenv "CXXFLAGS"))
|
||||
make-flags)))
|
||||
(replace 'install
|
||||
(lambda* (#:key make-flags #:allow-other-keys)
|
||||
|
|
Loading…
Reference in a new issue