Signed-off-by: Andreas Faerber <andreas.faerber@xxxxxx> Acked-by: Ingo Weinhold <ingo_weinhold@xxxxxx> Acked-by: Scott McCreary <scottmc2@xxxxxxxxx> --- Makefile | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index 53ab4b5..b22dbcf 100644 --- a/Makefile +++ b/Makefile @@ -728,6 +728,9 @@ ifeq ($(uname_S),HP-UX) NO_HSTRERROR = YesPlease NO_SYS_SELECT_H = YesPlease endif +ifeq ($(uname_S),Haiku) + NO_IPV6 = YesPlease +endif ifneq (,$(findstring MINGW,$(uname_S))) NO_MMAP = YesPlease NO_PREAD = YesPlease -- 1.6.0.rc3.32.g8aaa -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html