[Scummvm-git-logs] scummvm master -> 98e0980c939f2a27d284da5ad7e52323a57a4254

lephilousophe noreply at scummvm.org
Sat Apr 13 21:36:32 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
98e0980c93 AMIGAOS: Put back -fstack-protector


Commit: 98e0980c939f2a27d284da5ad7e52323a57a4254
    https://github.com/scummvm/scummvm/commit/98e0980c939f2a27d284da5ad7e52323a57a4254
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-04-13T23:35:06+02:00

Commit Message:
AMIGAOS: Put back -fstack-protector

This is needed by FLAC

Changed paths:
    configure


diff --git a/configure b/configure
index 06387cabc8d..3702572eaf9 100755
--- a/configure
+++ b/configure
@@ -2847,6 +2847,8 @@ case $_host_os in
 		# -mlongcall is needed to fix relocation errors,
 		# otherwise we crash with big engines (i.e. AGS)
 		append_var CXXFLAGS "-mlongcall"
+		# Dependencies might also be compiled with stack protection
+		append_var LDFLAGS "-fstack-protector"
 		# Enable full optimizations for non-debug builds
 		if test "$_debug_build" = no; then
 			_optimization_level=-O3




More information about the Scummvm-git-logs mailing list