Commit a8ab6465 authored by Jonathan Perkin's avatar Jonathan Perkin

Try an ia64 fix

parent d4cc32c6
...@@ -363,6 +363,9 @@ touch optional-files-devel ...@@ -363,6 +363,9 @@ touch optional-files-devel
# not require C++ features such as exceptions, and may need to be removed at # not require C++ features such as exceptions, and may need to be removed at
# a later date. # a later date.
# #
%if "%{_arch}" == "ia64"
RPM_OPT_FLAGS=
%endif
export PATH=${MYSQL_BUILD_PATH:-$PATH} export PATH=${MYSQL_BUILD_PATH:-$PATH}
export CC=${MYSQL_BUILD_CC:-${CC:-gcc}} export CC=${MYSQL_BUILD_CC:-${CC:-gcc}}
export CXX=${MYSQL_BUILD_CXX:-${CXX:-gcc}} export CXX=${MYSQL_BUILD_CXX:-${CXX:-gcc}}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment