[Scummvm-git-logs] scummvm master -> f93c5a193aa298d64abeb5661cc6bc40afe4e8fd
sev-
noreply at scummvm.org
Sat Dec 31 19:55:00 UTC 2022
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:
f93c5a193a AMIGAOS: Fix undefined references in FLAC
Commit: f93c5a193aa298d64abeb5661cc6bc40afe4e8fd
https://github.com/scummvm/scummvm/commit/f93c5a193aa298d64abeb5661cc6bc40afe4e8fd
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2022-12-31T20:54:57+01:00
Commit Message:
AMIGAOS: Fix undefined references in FLAC
Changed paths:
configure
diff --git a/configure b/configure
index 6a7012ca21e..d5bd876f400 100755
--- a/configure
+++ b/configure
@@ -2616,6 +2616,8 @@ case $_host_os in
_port_mk="backends/platform/sdl/amigaos/amigaos.mk"
add_line_to_config_mk 'AMIGAOS = 1'
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