lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit b065013042b54053e6be86c88f8d3761b2b07b2c
parent 3a81a9b9fae2410c32d72974b9e04340c4cc8389
Author: Daniel Golle <daniel@makrotopia.org>
Date:   Sun, 14 Jun 2015 22:33:19 +0200

libevdev: work around macro definition missing in uClibc

Signed-off-by: Daniel Golle <daniel@makrotopia.org>

Diffstat:
Alibs/libevdev/patches/010-no-clock-monotonic-raw-in-uclibc.patch | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/libs/libevdev/patches/010-no-clock-monotonic-raw-in-uclibc.patch b/libs/libevdev/patches/010-no-clock-monotonic-raw-in-uclibc.patch @@ -0,0 +1,14 @@ +--- a/test/test-libevdev-init.c ++++ b/test/test-libevdev-init.c +@@ -32,6 +32,11 @@ + #include <libevdev/libevdev-uinput.h> + #include "test-common.h" + ++/* work-around CLOCK_MONOTONIC_RAW definition missing in uClibc */ ++#ifndef CLOCK_MONOTONIC_RAW ++#define CLOCK_MONOTONIC_RAW 4 ++#endif ++ + START_TEST(test_new_device) + { + struct libevdev *dev;