diff options
author | Sergei Golubchik <sergii@pisem.net> | 2012-01-05 18:56:31 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2012-01-05 18:56:31 +0100 |
commit | 506984181bd2bc0bdacb4d1154522c6be859b200 (patch) | |
tree | 1ce6b17f9fc187535355d7a03c939a9a961cbef8 /BUILD | |
parent | d26173439113812d125a5763c394faef323b805b (diff) | |
download | mariadb-git-506984181bd2bc0bdacb4d1154522c6be859b200.tar.gz |
fixes for opensolaris compilation failures
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/compile-solaris-amd64 | 2 |
1 files changed, 1 insertions, 1 deletions
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" |