Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos
Commits
404e82c3
Commit
404e82c3
authored
Nov 25, 2021
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mariadb: small cleanup
parent
65c3c69e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
component/mariadb/buildout.cfg
component/mariadb/buildout.cfg
+7
-8
No files found.
component/mariadb/buildout.cfg
View file @
404e82c3
...
@@ -32,14 +32,13 @@ shared = true
...
@@ -32,14 +32,13 @@ shared = true
url = https://archive.mariadb.org//mariadb-${:version}/source/mariadb-${:version}.tar.gz
url = https://archive.mariadb.org//mariadb-${:version}/source/mariadb-${:version}.tar.gz
version = 10.4.19
version = 10.4.19
md5sum = bf60c7a3feac5854745cd1ad5133f09a
md5sum = bf60c7a3feac5854745cd1ad5133f09a
location = @@LOCATION@@
pre-configure =
pre-configure =
set '\bSET(PLUGIN_AUTH_PAM YES CACHE BOOL "")' cmake/build_configurations/mysql_release.cmake
set '\bSET(PLUGIN_AUTH_PAM YES CACHE BOOL "")' cmake/build_configurations/mysql_release.cmake
grep -q "$@"
grep -q "$@"
sed -i "/$1/d" "$2"
sed -i "/$1/d" "$2"
configure-command = ${cmake:location}/bin/cmake
configure-command = ${cmake:location}/bin/cmake
configure-options =
configure-options =
-DCMAKE_INSTALL_PREFIX=
${:location}
-DCMAKE_INSTALL_PREFIX=
@@LOCATION@@
-DBUILD_CONFIG=mysql_release
-DBUILD_CONFIG=mysql_release
-DDEFAULT_CHARSET=utf8
-DDEFAULT_CHARSET=utf8
-DDEFAULT_COLLATION=utf8_unicode_ci
-DDEFAULT_COLLATION=utf8_unicode_ci
...
@@ -80,13 +79,13 @@ patch-options = -p1
...
@@ -80,13 +79,13 @@ patch-options = -p1
patches =
patches =
https://sources.debian.org/data/main/m/mariadb-10.3/1:10.3.22-0+deb10u1/debian/patches/0024-Revert-to-using-system-pcre-library.patch#1c6a0f2634f5a56122299674b77b1131
https://sources.debian.org/data/main/m/mariadb-10.3/1:10.3.22-0+deb10u1/debian/patches/0024-Revert-to-using-system-pcre-library.patch#1c6a0f2634f5a56122299674b77b1131
post-install =
post-install =
ldd=`ldd
${:location}
/lib/plugin/ha_rocksdb.so`
ldd=`ldd
%(location)s
/lib/plugin/ha_rocksdb.so`
for x in ${lz4:location} ${snappy:location} ${zstd:location}
for x in ${lz4:location} ${snappy:location} ${zstd:location}
do echo "$ldd" |grep -qF " $x/lib/"
do echo "$ldd" |grep -qF " $x/lib/"
done
done
set -- wsrep-lib/wsrep-API/*/wsrep_api.h
set -- wsrep-lib/wsrep-API/*/wsrep_api.h
install -DpT $1
${:location}
/$1
install -DpT $1
%(location)s
/$1
cp -a wsrep-lib/include
${:location}
/wsrep-lib
cp -a wsrep-lib/include
%(location)s
/wsrep-lib
[mroonga-mariadb]
[mroonga-mariadb]
# mroonga - a storage engine for MySQL. It provides fast fulltext search feature to all MySQL users.
# mroonga - a storage engine for MySQL. It provides fast fulltext search feature to all MySQL users.
...
@@ -134,12 +133,12 @@ environment =
...
@@ -134,12 +133,12 @@ environment =
version = 10.3.29
version = 10.3.29
md5sum = a5adad1c4fb1717d7fe6d608fd4d40de
md5sum = a5adad1c4fb1717d7fe6d608fd4d40de
post-install =
post-install =
ldd=`ldd
${:location}
/lib/plugin/ha_rocksdb.so`
ldd=`ldd
%(location)s
/lib/plugin/ha_rocksdb.so`
for x in ${lz4:location} ${snappy:location} ${zstd:location}
for x in ${lz4:location} ${snappy:location} ${zstd:location}
do echo "$ldd" |grep -qF " $x/lib/"
do echo "$ldd" |grep -qF " $x/lib/"
done
done
mkdir -p
${:location}
/include/wsrep &&
mkdir -p
%(location)s
/include/wsrep &&
cp -p wsrep/wsrep_api.h
${:location}
/include/wsrep
cp -p wsrep/wsrep_api.h
%(location)s
/include/wsrep
[mariadb]
[mariadb]
location = ${mariadb-10.3:location}
location = ${mariadb-10.3:location}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment