package/boost: drop no longer needed patch 0004-workaround-musl-bug.patch
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 3 Aug 2019 13:20:43 +0000 (15:20 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 3 Aug 2019 13:28:32 +0000 (15:28 +0200)
commit13d470fe91c6095f14e69ff319d2ac39fc0d3e43
tree00201b2c6e6b70042725ad8b16873951d00644f9
parentc63f804bfffe8121e2976ea0acc777d747b2d3e0
package/boost: drop no longer needed patch 0004-workaround-musl-bug.patch

The 0004-workaround-musl-bug.patch was added because musl's <sched.h>
was using memset(), but without including <string.h>. So including
just <sched.h> was causing a build failure.

However, this issue in musl has been fixed in upstream musl commit
48be5b6313d7b827acf555769e93b389fa9f6307 ("fix use of memset without
declaration in sched.h cpu set macros"). This commit was part of musl
1.1.17, which has been released a while ago. Both 2019.02.x, 2019.05.x
and master use a newer musl version.

So the workaround in Boost can be dropped.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/boost/0004-workaround-musl-bug.patch [deleted file]