[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#38475: [PATCH 1/2] gnu: websocketpp: Add patch for Boost >= 1.70.
From: |
Ludovic Courtès |
Subject: |
bug#38475: [PATCH 1/2] gnu: websocketpp: Add patch for Boost >= 1.70. |
Date: |
Mon, 09 Dec 2019 16:58:41 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hi,
Guillaume Le Vaillant <address@hidden> skribis:
> * gnu/packages/patches/websocket-fix-for-boost-1.70.patch: New file.
> * gnu/local.mk (dist_patch_DATA): Add it.
> * gnu/packages/web.scm (websocketpp): Use it.
[...]
> + (patches
> + ;; This patch for Boost >= 1.70 was made by merging two patches that
> + ;; are in the 'develop' branch (c769c92 and f810ca2).
> + (search-patches "websocketpp-fix-for-boost-1.70.patch"))))
I took the liberty to move the comment to the top of the .patch file, as
we usually do.
> * gnu/packages/i2p.scm (i2pd): Update to 2.29.0.
> [arguments]: Disable x25519 test in the 'check' phase.
Applied both, thanks!
Ludo’.