From ab4319e4e5ab48c74696ab32a967414600cf94f0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 29 Dec 2018 08:30:09 +0100 Subject: Adding new patch to try building on kfreebsd. Signed-off-by: Daniel Baumann --- .../patches/compile-on-kfreebsd-hurd.patch.unused | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 debian/patches/compile-on-kfreebsd-hurd.patch.unused (limited to 'debian/patches/compile-on-kfreebsd-hurd.patch.unused') diff --git a/debian/patches/compile-on-kfreebsd-hurd.patch.unused b/debian/patches/compile-on-kfreebsd-hurd.patch.unused deleted file mode 100644 index f2ba3f2a7..000000000 --- a/debian/patches/compile-on-kfreebsd-hurd.patch.unused +++ /dev/null @@ -1,25 +0,0 @@ -From: Lennart Weller -Date: Tue, 15 May 2018 14:57:35 +0200 -Subject: compile on kfreebsd/hurd - ---- - src/common.c | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/common.c b/src/common.c -index 94fd5e4..daa315b 100644 ---- a/src/common.c -+++ b/src/common.c -@@ -3,10 +3,10 @@ - #ifdef __APPLE__ - #define INHERIT_NONE 0 - #endif /* __APPLE__ */ --#if defined(__FreeBSD__) || defined(__APPLE__) -+#if defined(__FreeBSD__) || defined(__APPLE__) || defined(__FreeBSD_kernel__) || defined(__GNU__) - # define O_NOATIME 0 - # define MADV_DONTFORK INHERIT_NONE --#endif /* __FreeBSD__ || __APPLE__*/ -+#endif /* __FreeBSD__ || __APPLE__ || __FreeBSD_kernel__ || __GNU__ */ - - char *netdata_configured_hostname = NULL; - char *netdata_configured_config_dir = NULL; -- cgit v1.2.3