summaryrefslogtreecommitdiffstats
path: root/patches/udev-182
Commit message (Collapse)AuthorAgeFilesLines
* udev: fix compilation for mtd-probeMarkus Niebel2017-03-313-3/+25
| | | | | | | | | mtd-probe does not compile. Fix this by adding stdint to supply correct typedefs Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com> [mol: regenerate patches with 'git ptx-patches'] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* udev: standalone variant fails to build with newer toolchainsJuergen Beisert2014-01-203-0/+33
udev cannot be linked due to the use of the 'mq_getattr' call which requires librt to link successfully. The configure script already checks for 'clock_gettime' in order to add librt to the list of required libraries. This is valid only (according to the manual page) for glibc version before 2.17. With the new glibc-2.18 in the 2013.12 toolchain librt isn't required anymore for 'clock_gettime' and that is why librt is omitted and linking fails. This change uses the upstream patch from the systemd repository. Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>