Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/mongodb: add patch to compile with glibc >= 2.28 | Florian La Roche | 2018-09-16 | 1 | -0/+19 |
glibc 2.28 no longer includes <sys/sysmacros.h> from <sys/types.h>, and therefore <sys/sysmacros.h> must be included explicitly when major()/minor() are used. Signed-off-by: Florian La Roche <F.LaRoche@pilz.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> |