[Scummvm-git-logs] scummvm branch-2-1 -> e63ed02405211905098b583df2aa460058e0074c

bluegr bluegr at gmail.com
Fri Oct 18 08:13:15 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:
e63ed02405 TTS: Link libpthread explicitly on Linux platform


Commit: e63ed02405211905098b583df2aa460058e0074c
    https://github.com/scummvm/scummvm/commit/e63ed02405211905098b583df2aa460058e0074c
Author: Christian Krause (chkr at plauener.de)
Date: 2019-10-18T09:13:10+03:00

Commit Message:
TTS: Link libpthread explicitly on Linux platform

Changed paths:
    configure


diff --git a/configure b/configure
index 0adf0bb..dbfe336 100755
--- a/configure
+++ b/configure
@@ -5504,7 +5504,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