all arches to solve the year 2038 problem. musl is one of them, see [1].
So when compiling for a 32-bit arch time_t will be long long. This
commit adds this option.
[1] https://musl.libc.org/time64.html
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>