1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fix path to enable compile with other gcc version

This commit is contained in:
unknown
2002-03-26 08:35:07 +02:00
parent fb8e70c2c9
commit 061038b7f0

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