From 506984181bd2bc0bdacb4d1154522c6be859b200 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Thu, 5 Jan 2012 18:56:31 +0100 Subject: fixes for opensolaris compilation failures --- BUILD/compile-solaris-amd64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD') diff --git a/BUILD/compile-solaris-amd64 b/BUILD/compile-solaris-amd64 index 92eff101d4c..dbb7a5c2a7c 100755 --- a/BUILD/compile-solaris-amd64 +++ b/BUILD/compile-solaris-amd64 @@ -26,7 +26,7 @@ path=`dirname $0` extra_flags="$amd64_cflags -D__sun -m64 -mtune=athlon64" extra_configs="$amd64_configs $max_configs --with-libevent" -LDFLAGS="-lmtmalloc -R/usr/sfw/lib/64" +LDFLAGS="-m64 -lmtmalloc -R/usr/sfw/lib/64" export LDFLAGS . "$path/FINISH.sh" -- cgit v1.2.1