diff options
author | Dan Theisen <djt@hxx.in> | 2018-06-26 04:28:07 -0700 |
---|---|---|
committer | Dan Theisen <djt@hxx.in> | 2018-06-26 18:44:39 -0700 |
commit | b00cda0fc4fbeb6c64801e8180c2a2feeb288766 (patch) | |
tree | 8f376def6b56eebebfbefb2208118925b4001622 /user/chrony/fix-tests.patch | |
parent | 586c518d3cdca10f7c83ca73efd2a41a1f295d4a (diff) | |
download | packages-b00cda0fc4fbeb6c64801e8180c2a2feeb288766.tar.gz packages-b00cda0fc4fbeb6c64801e8180c2a2feeb288766.tar.bz2 packages-b00cda0fc4fbeb6c64801e8180c2a2feeb288766.tar.xz packages-b00cda0fc4fbeb6c64801e8180c2a2feeb288766.zip |
user/chrony: new package, import from alpine, clean up
Diffstat (limited to 'user/chrony/fix-tests.patch')
-rw-r--r-- | user/chrony/fix-tests.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/user/chrony/fix-tests.patch b/user/chrony/fix-tests.patch new file mode 100644 index 000000000..6291fb046 --- /dev/null +++ b/user/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 |