package/busybox: fix build with musl 1.2.0
authorCarlos Santos <unixmania@gmail.com>
Sun, 22 Mar 2020 17:13:00 +0000 (14:13 -0300)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 22 Mar 2020 17:30:02 +0000 (18:30 +0100)
commit6732d952d069ecc3f6d1d8c10b1e6f0b4a4f3472
tree29bd9645f400f40bcddf77e0e291270f646a88b6
parent35e845700fb15b4ab30678c073300b508db4eb95
package/busybox: fix build with musl 1.2.0

Busybox 1.31.1 fails to build with musl 1.2.0 due to the direct use of
__NR_clock_gettime. Pull four patches already applied upstream to fix
the problem.

The patches were rebased to version 1.31.1 to minimize the change, since
the original ones depended on a previous commit which is not worthwhile
to pick.

Fixes:
  http://autobuild.buildroot.net/results/f45f91aea6deee6699eabdfa618ac44873b8da51/

Signed-off-by: Evgeniy Didin <Evgeniy.Didin@synopsys.com>
Signed-off-by: Carlos Santos <unixmania@gmail.com>
Cc: Romain Naour <romain.naour@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Yann E. MORIN. <yann.morin.1998@free.fr>
Cc: arc-buildroot@synopsys.com
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/busybox/0003-date-Use-64-prefix-syscall-if-we-have-to.patch [new file with mode: 0644]
package/busybox/0004-time-Use-64-prefix-syscall-if-we-have-to.patch [new file with mode: 0644]
package/busybox/0005-runsv-Use-64-prefix-syscall-if-we-have-to.patch [new file with mode: 0644]
package/busybox/0006-Remove-syscall-wrappers-around-clock_gettime-closes-.patch [new file with mode: 0644]