summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorJonathan Perkin <jonathan.perkin@oracle.com>2010-05-05 23:03:38 +0200
committerJonathan Perkin <jonathan.perkin@oracle.com>2010-05-05 23:03:38 +0200
commitaf941670abbb84b32cdb80a4c87e95a5d5594895 (patch)
tree0ae2826763ee69d88afd0009063f7826d0d10dd1 /support-files
parentc8432bfbcc6dcdc5c1bc106b6132d0814e739a1b (diff)
downloadmariadb-git-af941670abbb84b32cdb80a4c87e95a5d5594895.tar.gz
Update comment
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.spec.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index 540fef6def6..fcdcb096d01 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -363,9 +363,14 @@ touch optional-files-devel
# not require C++ features such as exceptions, and may need to be removed at
# a later date.
#
+
+# This is a hack, $RPM_OPT_FLAGS on ia64 hosts contains flags which break
+# the compile in cmd-line-utils/readline - needs investigation, but for now
+# we simply unset it and use those specified directly in cmake.
%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}}