package/busybox: fix build with glibc 2.31
authorCarlos Santos <unixmania@gmail.com>
Sun, 22 Mar 2020 17:13:01 +0000 (14:13 -0300)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 22 Mar 2020 17:30:04 +0000 (18:30 +0100)
commit13f2d688a24f47446af236829bd6ca194d5aea5b
tree5586623395b0bb6af93bca33ca55fc53ac43e382
parent6732d952d069ecc3f6d1d8c10b1e6f0b4a4f3472
package/busybox: fix build with glibc 2.31

Busybox 1.31.1 fails to build with glibc 2.31 due to the removal of
stime() from glibc. Pull a patch already applied upstream to fix the
problem.

The patch was rebased on version 1.31.1 to minimize the change, since
the original one depended on a previous commit which is not worthwhile
to pick.

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/0007-Remove-stime-function-calls.patch [new file with mode: 0644]