diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-03-13 10:24:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-03-13 10:27:45 +0000 |
commit | 01e09841b0fcf41fe9d5dea94d6ebadf9bcf69ad (patch) | |
tree | bf68182deabf58fbead5e8ffda202141e0f56b09 /main/ell/musl-fixes-testsuite.patch | |
parent | 7842f046fd3ae0b67fcd363f2b3ccae160c368ee (diff) | |
download | aports-01e09841b0fcf41fe9d5dea94d6ebadf9bcf69ad.tar.bz2 aports-01e09841b0fcf41fe9d5dea94d6ebadf9bcf69ad.tar.xz |
main/ell: move from testing
ref #10041
Diffstat (limited to 'main/ell/musl-fixes-testsuite.patch')
-rw-r--r-- | main/ell/musl-fixes-testsuite.patch | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/main/ell/musl-fixes-testsuite.patch b/main/ell/musl-fixes-testsuite.patch new file mode 100644 index 0000000000..5b951f50a8 --- /dev/null +++ b/main/ell/musl-fixes-testsuite.patch @@ -0,0 +1,45 @@ +diff --git a/unit/test-dbus-message-fds.c b/unit/test-dbus-message-fds.c +index d6d0b38..217bc70 100644 +--- a/unit/test-dbus-message-fds.c ++++ b/unit/test-dbus-message-fds.c +@@ -37,6 +37,10 @@ + #include <ell/ell.h> + #include "ell/dbus-private.h" + ++#ifndef WAIT_ANY ++#define WAIT_ANY (-1) ++#endif ++ + #define TEST_BUS_ADDRESS "unix:path=/tmp/ell-test-bus" + + static pid_t dbus_daemon_pid = -1; +diff --git a/unit/test-dbus-properties.c b/unit/test-dbus-properties.c +index f91ba73..b6fa776 100644 +--- a/unit/test-dbus-properties.c ++++ b/unit/test-dbus-properties.c +@@ -34,6 +34,10 @@ + #include <ell/ell.h> + #include "ell/dbus-private.h" + ++#ifndef WAIT_ANY ++#define WAIT_ANY (-1) ++#endif ++ + #define TEST_BUS_ADDRESS "unix:path=/tmp/ell-test-bus" + + static pid_t dbus_daemon_pid = -1; +diff --git a/unit/test-dbus.c b/unit/test-dbus.c +index d5bd8c5..f63a281 100644 +--- a/unit/test-dbus.c ++++ b/unit/test-dbus.c +@@ -31,6 +31,10 @@ + + #include <ell/ell.h> + ++#ifndef WAIT_ANY ++#define WAIT_ANY (-1) ++#endif ++ + #define TEST_BUS_ADDRESS "unix:path=/tmp/ell-test-bus" + + static pid_t dbus_daemon_pid = -1; |