From 95423215849ad26e1b928b3d36af021472bb185b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= Date: Thu, 29 Oct 2020 22:49:45 +0100 Subject: [PATCH] Haiku: disable stack-protector --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3b971ac774..dbcf7c0cee 100644 --- a/configure.ac +++ b/configure.ac @@ -681,7 +681,7 @@ AS_IF([test "$GCC" = yes], [ # -fstack-protector AS_CASE(["$target_os"], - [mingw*], [ + [mingw*|haiku*], [ stack_protector=no ]) AS_IF([test -z "${stack_protector+set}"], [