1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fix path to enable compile with other gcc version

This commit is contained in:
monty@hundin.mysql.fi
2002-03-26 08:35:07 +02:00
parent 21a6366935
commit 37522497ac

View File

@@ -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