diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-14 17:52:21 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-14 17:52:28 -0300 |
commit | 134a01279b0dd3fbabd7f81fe28fabcee64adfc6 (patch) | |
tree | 0c8c726883e80d00251da71627514a891acd05e1 /unmaintained/entropybroker/missing-include.patch | |
parent | f16a4176cdef3ece55f6670819046db098a183de (diff) | |
download | aports-134a01279b0dd3fbabd7f81fe28fabcee64adfc6.tar.bz2 aports-134a01279b0dd3fbabd7f81fe28fabcee64adfc6.tar.xz |
unmaintained/entropybroker: move from testing
- Requires crypto++-5.6.2 and is thus blocking crypto++ update to 8.2.0
- Upstream has no intention of following API
(https://github.com/flok99/entropybroker/issues/8)
- Has no maintainer
Diffstat (limited to 'unmaintained/entropybroker/missing-include.patch')
-rw-r--r-- | unmaintained/entropybroker/missing-include.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/unmaintained/entropybroker/missing-include.patch b/unmaintained/entropybroker/missing-include.patch new file mode 100644 index 0000000000..a3c8c51bb0 --- /dev/null +++ b/unmaintained/entropybroker/missing-include.patch @@ -0,0 +1,12 @@ +diff --git a/protocol.cpp b/protocol.cpp +index 40e4941..163af9c 100644 +--- a/protocol.cpp ++++ b/protocol.cpp +@@ -7,6 +7,7 @@ + #include <string> + #include <map> + #include <vector> ++#include <sys/select.h> + + #include "defines.h" + #include "error.h" |