boost: restores patch for libboost_context for mips64
Maintainer: @ClaymorePT Compile tested: octeonplus mips64 using musl Run tested: N/A
Description:
This commit restores the patch for libboost_context for mips64 given that the upstream update added in 1.80.0 does not fully fixes the issue.
Signed-off-by: Carlos Miguel Ferreira [email protected]
ping @FlyGoat know what's going on here?
Cc @wzssyqa as well. So the problem is boost::context didn't compiled into booster package?
Specifically for mips64.
edit: this is the failure: https://downloads.openwrt.org/snapshots/faillogs/mips64_octeonplus/packages/pdns-recursor/compile.txt
edit2: all mips, not just mips64.
#19236 (new recursor) indeed failed. A separate build of 19221 (this PR) plus the recursor update did build. Please merge this :)
The reason is due to that https://github.com/boostorg/boost/pull/540 was forgot to merge before the release. So a release of boost is broken.