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

Added library required for standard semaphores.

This commit is contained in:
alexpeshkoff 2007-08-20 13:26:15 +00:00
parent 1e038e40c2
commit f4c1dd0635

View File

@ -177,6 +177,7 @@ case "$target" in
PTHREAD_LIBS=-lthread
ICU_PLATFORM=SOLARISX86GCC
service_thread_CS=true
AC_CHECK_LIB(rt, main)
;;
sparc-sun-solaris*)