[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/16: gnu: innoextract: Fix build failure with recent Boost and CMake.
From: |
guix-commits |
Subject: |
13/16: gnu: innoextract: Fix build failure with recent Boost and CMake. |
Date: |
Sat, 14 Mar 2020 07:03:56 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 75ca2cdaff06b125b39a4f71499efcb73aa94b6c
Author: Marius Bakke <address@hidden>
AuthorDate: Sat Mar 14 01:24:41 2020 +0100
gnu: innoextract: Fix build failure with recent Boost and CMake.
* gnu/packages/compression.scm (innoextract)[arguments]: Add
#:configure-flags
to prevent usage of Boost's CMake scripts. While at it, remove the obsolete
#:phases.
---
gnu/packages/compression.scm | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index c3b5632..0dec289 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1781,17 +1781,7 @@ single-member files which can't be decompressed in
parallel.")
(build-system cmake-build-system)
(arguments
`(#:tests? #f
- #:phases (modify-phases %standard-phases
- (add-before 'configure 'glibc-is-already-a-system-library
- (lambda _
- ;; Prevent the build system from passing the glibc
- ;; header files to GCC as "system headers", because
- ;; it conflicts with the system headers already known
- ;; to GCC, causing #include_next failures.
- (substitute* "CMakeLists.txt"
- (("include_directories\\(SYSTEM \\$\\{iconv")
- "include_directories(${iconv"))
- #t)))))
+ #:configure-flags '("-DBoost_NO_BOOST_CMAKE=ON")))
(inputs `(("boost" ,boost)
("libiconv" ,libiconv)
("xz" ,xz)))
- 06/16: gnu: LibUV: Update to 1.35.0., (continued)
- 06/16: gnu: LibUV: Update to 1.35.0., guix-commits, 2020/03/14
- 04/16: gnu: c-ares: Update to 1.16.0., guix-commits, 2020/03/14
- 05/16: gnu: cURL: Update to 7.69.1., guix-commits, 2020/03/14
- 03/16: gnu: fifengine: Fix build with newer Swig and Python., guix-commits, 2020/03/14
- 09/16: gnu: pcre: Update to 8.44., guix-commits, 2020/03/14
- 12/16: gnu: gimp: Do not run gtk-update-icon-cache during the build process., guix-commits, 2020/03/14
- 10/16: gnu: jbig2dec: Update to 0.18., guix-commits, 2020/03/14
- 11/16: gnu: ghostscript: Update to 9.51., guix-commits, 2020/03/14
- 07/16: gnu: icu4c: Update to 66.1., guix-commits, 2020/03/14
- 08/16: gnu: libuninameslist: Update to 20200313., guix-commits, 2020/03/14
- 13/16: gnu: innoextract: Fix build failure with recent Boost and CMake.,
guix-commits <=
- 14/16: gnu: log4cpp: Fix build with glibc 2.31., guix-commits, 2020/03/14
- 15/16: gnu: mit-krb5: Fix segfault in gsasl test suite., guix-commits, 2020/03/14
- 16/16: gnu: kiki: Adjust for CPLUS_INCLUDE_PATH change., guix-commits, 2020/03/14