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

patch version

This commit is contained in:
Leonid Fedorov
2024-11-15 12:28:45 +00:00
parent 78e7cc3262
commit c69e277b6d

View File

@ -194,7 +194,7 @@ unzip -q ${FDB_VERSION}.zip
message "Patching sources"
cd foundationdb-${FDB_VERSION}
patch -p1 -i ../mariadb_foundationdb-7.1.63_gcc.patch
patch -p1 -i ../mariadb_foundationdb-${FDB_VERSION}_gcc.patch
cd -