Skip to content

Commit c34a604

Browse files
committed
Fix build of MariaDB
1 parent a1f6ec4 commit c34a604

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

build-aux/com.github.alecaddd.sequeler.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -107,35 +107,34 @@
107107
},
108108
{
109109
"name": "mariadb",
110-
"buildsystem": "cmake",
111-
"no-make-install": true,
110+
"buildsystem": "cmake-ninja",
112111
"config-opts": [
113112
"-DCMAKE_BUILD_TYPE=Release",
114113
"-DBUILD_CONFIG=mysql_release",
115114
"-DWITH_INNOBASE_STORAGE_ENGINE=1",
115+
"-DWITH_PCRE=system",
116+
"-DWITH_LIBFMT=system",
116117
"-DWITHOUT_ARCHIVE_STORAGE_ENGINE=1",
117118
"-DWITHOUT_BLACKHOLE_STORAGE_ENGINE=1",
118119
"-DWITHOUT_PARTITION_STORAGE_ENGINE=1",
119120
"-DWITHOUT_TOKUDB=1",
120121
"-DWITHOUT_EXAMPLE_STORAGE_ENGINE=1",
121122
"-DWITHOUT_FEDERATED_STORAGE_ENGINE=1",
122123
"-DWITHOUT_PBXT_STORAGE_ENGINE=1",
124+
"-DWITHOUT_SERVER=ON",
123125
"-DPLUGIN_AUTH_PAM=NO"
124126
],
125-
"post-install": [
126-
"make -C libmysql install",
127-
"make -C include install",
128-
"install -Dm755 scripts/mysql_config /app/bin/mysql_config",
129-
"install -Dm644 support-files/mariadb.pc /app/share/pkgconfig/mariadb.pc"
130-
],
131127
"cleanup": [
132128
"/bin/"
133129
],
134-
"sources": [{
135-
"type": "archive",
136-
"url": "http://ftp.hosteurope.de/mirror/archive.mariadb.org/mariadb-10.1.48/source/mariadb-10.1.48.tar.gz",
137-
"sha256": "069d58b1e2c06bb1e6c31249eda34138f41fb8ae3dec7ecaeba8035812c87cf9"
138-
}]
130+
"sources": [
131+
{
132+
"type": "git",
133+
"url": "https://github.com/MariaDB/server.git",
134+
"tag": "mariadb-10.11.7",
135+
"commit": "87e13722a95af5d9378d990caf48cb6874439347"
136+
}
137+
]
139138
},
140139
{
141140
"name": "intltool",

0 commit comments

Comments
 (0)