Rosen Penev and Nick Terrell
031de3c69c
meson: make backtrace dependency on execinfo
...
musl libc for example has no such header.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2022-12-14 15:39:51 -08:00
Rosen Penev
447629b61b
meson: remove build requirement for distutils
...
Tested on a default installation of Debian 10.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-06-09 16:33:16 -07:00
Rosen Penev
41e90653fe
zstd: Don't use utime on Linux
...
utime is deprecated by POSIX 2008 and optionally not available with
uClibc-ng.
Got rid of a few useless headers in timefn.h.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-31 12:29:13 -07:00
Rosen Penev and GitHub
23b5ee1236
fileio: Disable BACKTRACE under uClibc
...
uClibc does not support BACKTRACE. It also defines __GLIBC__ and minor as both 2.
This fixes compilation under such a setup.
2019-05-06 15:02:47 -07:00