summaryrefslogtreecommitdiff
path: root/gnu/packages/patches
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-05-16 11:32:39 +0200
committerMarius Bakke <marius@gnu.org>2021-05-22 17:08:14 +0200
commitb08d989045450c72260e3781ef458555b9e2597c (patch)
tree059a69b93aa2cd6d5209b7e8bfe8bf4995ada8d9 /gnu/packages/patches
parent52f4ba9617d39f52d5a1db3aadfe6475221e3d43 (diff)
downloadguix-patches-b08d989045450c72260e3781ef458555b9e2597c.tar
guix-patches-b08d989045450c72260e3781ef458555b9e2597c.tar.gz
gnu: boost: Update to 1.76.0.
* gnu/packages/patches/boost-fix-transitive-linking.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/boost.scm (boost): Update to 1.76.0. [source](patches): Remove.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r--gnu/packages/patches/boost-fix-transitive-linking.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/gnu/packages/patches/boost-fix-transitive-linking.patch b/gnu/packages/patches/boost-fix-transitive-linking.patch
deleted file mode 100644
index a42feab109..0000000000
--- a/gnu/packages/patches/boost-fix-transitive-linking.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Patch from https://github.com/boostorg/boost_install/issues/47
-which should be included in the Boost 1.76 release.
-
-This patch prevents CMake from explicitly linking against Boost dependencies
-when building against the shared Boost libraries.
---- a/tools/boost_install/boost-install.jam
-+++ b/tools/boost_install/boost-install.jam
-@@ -483,7 +483,7 @@ rule generate-cmake-variant- ( target : sources * : properties * )
-
- .info " deps3=" $(deps3) ;
-
-- if $(deps3)
-+ if $(deps3) && $(link) = static
- {
- print.text
-