build: Specify soname for Solaris

ck_pring
Samy Al Bahra 14 years ago
parent 005f0635ff
commit 6132c12163

2
configure vendored

@ -352,7 +352,7 @@ fi
if test "$COMPILER" = "suncc"; then if test "$COMPILER" = "suncc"; then
LD=/bin/ld LD=/bin/ld
LDFLAGS="-G -z text $LDFLAGS" LDFLAGS="-G -z text -h libck.so.$VERSION_MAJOR $LDFLAGS"
CFLAGS="-xO5 $CFLAGS" CFLAGS="-xO5 $CFLAGS"
PTHREAD_CFLAGS="-mt -lpthread" PTHREAD_CFLAGS="-mt -lpthread"
elif test "$COMPILER" = "gcc"; then elif test "$COMPILER" = "gcc"; then

Loading…
Cancel
Save