package/systemd: fix statx support with glibc >= 2.28
authorRomain Naour <romain.naour@gmail.com>
Fri, 3 Aug 2018 18:14:24 +0000 (20:14 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 9 Aug 2018 21:52:38 +0000 (23:52 +0200)
commit7eed608713be61ea42c0cf45dd535c03fc2d346b
treec5c7a7e1e1fd1d3c8043b104e9cdade60e6721f0
parent4dc6c43703fc4eb0721a0d34ad5eeebf57527b44
package/systemd: fix statx support with glibc >= 2.28

Backport 2 patches fixing statx redefinition:

  In file included from ../src/basic/missing.h:18,
     from ../src/basic/util.h:28,
     from ../src/basic/hashmap.h:10,
     from ../src/shared/bus-util.h:12,
     from ../src/libsystemd/sd-bus/bus-creds.c:11:
     /usr/include/linux/stat.h:99:8: error: redefinition of ‘struct statx’

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/systemd/0003-build-sys-Detect-whether-struct-statx-is-defined-in-.patch [new file with mode: 0644]
package/systemd/0004-meson-unify-linux-stat.h-check-with-other-checks-and.patch [new file with mode: 0644]