Commit 37522497 authored by monty@hundin.mysql.fi's avatar monty@hundin.mysql.fi

Fix path to enable compile with other gcc version

parent 21a63669
...@@ -209,6 +209,12 @@ fi ...@@ -209,6 +209,12 @@ fi
rm -rf $RBR rm -rf $RBR
mkdir -p $RBR mkdir -p $RBR
#
# Use MYSQL_BUILD_PATH so that we can use a dedicated version of gcc
#
PATH=${MYSQL_BUILD_PATH:-/bin:/usr/bin}
export PATH
# We need to build shared libraries separate from mysqld-max because we # We need to build shared libraries separate from mysqld-max because we
# are using --with-other-libc # are using --with-other-libc
......
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