mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix path to enable compile with other gcc version
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user