1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

patch location

This commit is contained in:
Leonid Fedorov
2024-11-15 12:38:09 +00:00
parent c69e277b6d
commit a3cbe60f1a

View File

@ -5,6 +5,8 @@ FDB_VERSION=7.3.43
GCC_VERSION='11'
CLANG_VERSION='16'
BUILD_COMMAND='make -j2'
SCRIPT_LOCATION=$(dirname "$0")
. /etc/os-release
@ -194,7 +196,7 @@ unzip -q ${FDB_VERSION}.zip
message "Patching sources"
cd foundationdb-${FDB_VERSION}
patch -p1 -i ../mariadb_foundationdb-${FDB_VERSION}_gcc.patch
patch -p1 -i ${SCRIPT_LOCATION}/mariadb_foundationdb-${FDB_VERSION}_gcc.patch
cd -