From 6132c1216371076959fd7858b26f6aa801ae78a6 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Sat, 25 Jun 2011 23:01:18 -0400 Subject: [PATCH] build: Specify soname for Solaris --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 520d6d2..515a6bc 100755 --- a/configure +++ b/configure @@ -352,7 +352,7 @@ fi if test "$COMPILER" = "suncc"; then LD=/bin/ld - LDFLAGS="-G -z text $LDFLAGS" + LDFLAGS="-G -z text -h libck.so.$VERSION_MAJOR $LDFLAGS" CFLAGS="-xO5 $CFLAGS" PTHREAD_CFLAGS="-mt -lpthread" elif test "$COMPILER" = "gcc"; then