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

Solaris 9 fix - use absolute path to atomic in-line assembly routines, instead of relative path. Build of examples was broken when example code moved to new directory.

This commit is contained in:
verbguy 2009-11-03 15:58:56 +00:00
parent 7800b7c603
commit c625318f54

View File

@ -342,7 +342,7 @@ dnl CPU_TYPE=ppc64
PTHREAD_CFLAGS=-mt
PTHREAD_LIBS=-lpthread
if test "${target#*solaris}" = "2.9"; then
ATOMIC_OPTIONS="../src/common/classes/fb_atomic.il";
ATOMIC_OPTIONS=`pwd`"/src/common/classes/fb_atomic.il";
fi
;;
*) MAKEFILE_PREFIX=solaris-64gcc ;