01e807f0d8
Toolchains using glibc-2.18 or older do not define O_TMPFILE, which
causes build failures on some archs.
systemd has a definition for O_TMPFILE if it is missing, but only
defines it for i386 or x86_64. Furthermore, the header defining it is
not included everywhere O_TMPFILE is used.
Fix that with three patches backported from upstream:
- include the needed header where it is needed (he!),
- define O_TMPFILE for all archs, according to linux-4.8rc3,
- no longer guard against undefined O_TMPFILE in fileio.
Upstream merge commit:
|
||
---|---|---|
.. | ||
0001-fix-getty-unit.patch | ||
0002-build-sys-revert-use-of-ln-relative-option.patch | ||
0003-fix-am-path-libgcrypt-no-found.patch | ||
0004-importd-export-raw-needs-missing.h-for-O_TMPFILE.patch | ||
0005-missing.h-add-missing-definitions-for-__O_TMPFILE.patch | ||
0006-basic-fileio-we-always-have-O_TMPFILE-now.patch | ||
Config.in | ||
network.service | ||
systemd.hash | ||
systemd.mk |