mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
23 lines
596 B
Plaintext
23 lines
596 B
Plaintext
From b063e96adc3000e83fcc1b35bffa13933f32decb Mon Sep 17 00:00:00 2001
|
|
From: Luc Schrijvers <begasus@gmail.com>
|
|
Date: Sun, 15 Jun 2025 16:41:05 +0200
|
|
Subject: Haiku patch
|
|
|
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 57a9108..1f53d5d 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -424,7 +424,7 @@ else()
|
|
endif()
|
|
if(MINGW)
|
|
check_flags_add(C -mxsave -fno-asynchronous-unwind-tables)
|
|
- else()
|
|
+ elseif(NOT HAIKU)
|
|
check_both_flags_add(-fstack-protector-strong)
|
|
check_both_flags_add(PREPEND -fno-stack-clash-protection)
|
|
endif()
|
|
--
|
|
2.48.1
|
|
|