[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/08: gnu: boost: Explicity declare the _FILE_OFFSET_BITS we want.
From: |
guix-commits |
Subject: |
07/08: gnu: boost: Explicity declare the _FILE_OFFSET_BITS we want. |
Date: |
Sun, 4 Oct 2020 03:30:12 -0400 (EDT) |
dannym pushed a commit to branch wip-file-offset-bits-64-sledgehammer
in repository guix.
commit 83ecbae3123cbe8fd3cb6e0d8f72f9a152b902b4
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Sat Oct 3 12:23:56 2020 +0200
gnu: boost: Explicity declare the _FILE_OFFSET_BITS we want.
* gnu/packages/boost.scm (boost)[arguments]<#:phases>[build]: Add cflags,
cxxflags.
---
gnu/packages/boost.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index d6bdefc..3d620e2 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -148,6 +148,8 @@
(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)
- branch wip-file-offset-bits-64-sledgehammer created (now d1edfd0), guix-commits, 2020/10/04
- 01/08: gnu: glibc: Catch all cases of a glibc user not requesting 64-bit offsets and then using readdir regardless., guix-commits, 2020/10/04
- 04/08: gnu: glibc: Do not explicitly set _FILE_OFFSET_BITS., guix-commits, 2020/10/04
- 07/08: gnu: boost: Explicity declare the _FILE_OFFSET_BITS we want.,
guix-commits <=
- 05/08: gnu: glibc-mesboot0: Do not explicitly set _FILE_OFFSET_BITS., guix-commits, 2020/10/04
- 03/08: build-system/gnu: Explicity declare the _FILE_OFFSET_BITS we want., guix-commits, 2020/10/04
- 06/08: gnu: rhash: Explicity declare the _FILE_OFFSET_BITS we want., guix-commits, 2020/10/04
- 08/08: gnu: lz4: Explicity declare the _FILE_OFFSET_BITS we want., guix-commits, 2020/10/04
- 02/08: gnu: glibc-mesboot0: Catch all cases of a glibc user not requesting 64-bit offsets and then using readdir regardless., guix-commits, 2020/10/04