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

Fix path to enable compile with other gcc version

parent 21a63669
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -209,6 +209,12 @@ fi
rm -rf $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
# are using --with-other-libc