diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-11-29 11:42:06 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-12-01 08:57:42 +0100 |
commit | 17382a0a54de0c97cf8c6056b1a1efff1a68d38b (patch) | |
tree | 9b760c962429cd18fdc09de6c249f4aaa6baf208 /main/chrony/fix-tests.patch | |
parent | 304320d9f274487a190f71ec9b43b4a632cc414d (diff) | |
download | aports-17382a0a54de0c97cf8c6056b1a1efff1a68d38b.tar.bz2 aports-17382a0a54de0c97cf8c6056b1a1efff1a68d38b.tar.xz |
main/chrony: add check
Diffstat (limited to 'main/chrony/fix-tests.patch')
-rw-r--r-- | main/chrony/fix-tests.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/main/chrony/fix-tests.patch b/main/chrony/fix-tests.patch new file mode 100644 index 0000000000..6291fb0469 --- /dev/null +++ b/main/chrony/fix-tests.patch @@ -0,0 +1,12 @@ +diff -upr chrony-3.2.orig/test/unit/test.c chrony-3.2/test/unit/test.c +--- chrony-3.2.orig/test/unit/test.c 2017-11-29 11:32:23.610059580 +0100 ++++ chrony-3.2/test/unit/test.c 2017-11-29 11:32:51.213742887 +0100 +@@ -23,6 +23,8 @@ + #include <logging.h> + #include <localp.h> + ++#include <sys/param.h> ++ + #include "test.h" + + void |