[Scummvm-git-logs] scummvm master -> 25e448b5bd157fd3851f9149bed1477787220c5e
criezy
criezy at scummvm.org
Fri Oct 18 17:05:13 CEST 2019
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:
25e448b5bd TTS: Link libpthread explicitly on Linux platform
Commit: 25e448b5bd157fd3851f9149bed1477787220c5e
https://github.com/scummvm/scummvm/commit/25e448b5bd157fd3851f9149bed1477787220c5e
Author: Christian Krause (chkr at plauener.de)
Date: 2019-10-18T17:04:50+02:00
Commit Message:
TTS: Link libpthread explicitly on Linux platform
Changed paths:
configure
diff --git a/configure b/configure
index b5c4271..c5c1c63 100755
--- a/configure
+++ b/configure
@@ -5509,7 +5509,7 @@ else
echo "linux"
_tts=yes
define_in_config_if_yes $_tts 'USE_SPEECH_DISPATCHER'
- append_var LIBS '-lspeechd'
+ append_var LIBS '-lspeechd -lpthread'
;;
mingw*)
echo "win32"
More information about the Scummvm-git-logs
mailing list