package/boost: upstream patch to re-enable logs with riscv32
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 29 May 2021 17:16:48 +0000 (19:16 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sun, 13 Jun 2021 09:47:37 +0000 (11:47 +0200)
commita8c7e406f6d5a65d0e8f731f0c24ffebe0b18c16
tree6aa0e8d2f4360671f2fa202ad6023ed8abe6c01c
parentdbce7265515ab28b177e97fa655bd1f51eb1254e
package/boost: upstream patch to re-enable logs with riscv32

Commit d72350e62a0833e4d1527f4040da2063972bf9b3 disabled boost::logs on
riscv32 due to the use of SYS_futex, which doesn't exist on riscv32.

Revert "package/boost: disable logs with riscv32" and add an upstream
patch that uses SYS_futex_time64 instead.

This reverts commit d72350e62a0833e4d1527f4040da2063972bf9b3.

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/azmq/Config.in
package/boost/0002-src-event-cpp-fix-build-on-riscv32.patch [new file with mode: 0644]
package/boost/Config.in