From dfbaeba59fa9e3a19bc912f7d30c0e05c12033f1 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Tue, 3 Jun 2014 14:16:10 +0200 Subject: testing/nebula: move back to testing and fix musl build --- testing/nebula/musl-fixes.patch | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 testing/nebula/musl-fixes.patch (limited to 'testing/nebula/musl-fixes.patch') diff --git a/testing/nebula/musl-fixes.patch b/testing/nebula/musl-fixes.patch new file mode 100644 index 00000000000..a23d8a1a0f3 --- /dev/null +++ b/testing/nebula/musl-fixes.patch @@ -0,0 +1,32 @@ +--- nebula-0.2.3/src/hash.h ++++ nebula-0.2.3/src/hash.h +@@ -24,7 +24,7 @@ + #if HAVE_CONFIG_H + # include + #endif +- ++#include "sys/types.h" + + struct cluster; + +--- nebula-0.2.3/src/spamsum.h ++++ nebula-0.2.3/src/spamsum.h +@@ -24,7 +24,7 @@ + #if HAVE_CONFIG_H + # include + #endif +- ++#include "sys/types.h" + + char *spamsum(const u_char *in, size_t length, uint32_t bsize); + uint32_t spamsum_match(const char *str1, const char *str2); +--- nebula-0.2.3/src/trie.h ++++ nebula-0.2.3/src/trie.h +@@ -24,6 +24,7 @@ + #if HAVE_CONFIG_H + # include + #endif ++#include "sys/types.h" + + struct trie_node; + typedef struct trie_node *trie; -- cgit v1.2.3