summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorJonathan Perkin <jonathan.perkin@oracle.com>2010-05-05 19:27:21 +0200
committerJonathan Perkin <jonathan.perkin@oracle.com>2010-05-05 19:27:21 +0200
commita8ab64650f96eec47fdb6e5e0b634f525aadd329 (patch)
treeab4514bb6a4a33f4a8286506c4bd0eca32f00a95 /support-files
parentd4cc32c6f8cc85a112143df8cbee73cd120a9336 (diff)
downloadmariadb-git-a8ab64650f96eec47fdb6e5e0b634f525aadd329.tar.gz
Try an ia64 fix
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.spec.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index e3944805368..540fef6def6 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -363,6 +363,9 @@ touch optional-files-devel
# not require C++ features such as exceptions, and may need to be removed at
# a later date.
#
+%if "%{_arch}" == "ia64"
+RPM_OPT_FLAGS=
+%endif
export PATH=${MYSQL_BUILD_PATH:-$PATH}
export CC=${MYSQL_BUILD_CC:-${CC:-gcc}}
export CXX=${MYSQL_BUILD_CXX:-${CXX:-gcc}}