Commit af941670 authored by Jonathan Perkin's avatar Jonathan Perkin

Update comment

parent c8432bfb
...@@ -363,9 +363,14 @@ touch optional-files-devel ...@@ -363,9 +363,14 @@ 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.
# #
# 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" %if "%{_arch}" == "ia64"
RPM_OPT_FLAGS= RPM_OPT_FLAGS=
%endif %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