8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00

Fixed CORE-2157: fbclient does not have libpthread dependency

This commit is contained in:
alexpeshkoff 2008-11-11 15:26:53 +00:00
parent 551129eba3
commit 0bb5ab8530

View File

@ -194,6 +194,8 @@ dnl CPU_TYPE=ppc64
LOCK_MANAGER_FLG=Y
EDITLINE_FLG=Y
SHRLIB_EXT=so
PTHREAD_CFLAGS=-pthread
PTHREAD_LIBS=-lpthread
;;
*-*-linux*)