Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galera
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
certo
galera
Commits
9b09501d
Commit
9b09501d
authored
May 08, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated galera to 25.3.25 to be in line with MariaDB 10.3.13
parent
ee7d3fd0
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
732 additions
and
38 deletions
+732
-38
Makefile
Makefile
+5
-5
galera-25.3.25-gcc8.patch
galera-25.3.25-gcc8.patch
+727
-0
galera-25.3.25.tar.gz
galera-25.3.25.tar.gz
+0
-0
galera-3-25.3.23-gcc8.patch
galera-3-25.3.23-gcc8.patch
+0
-33
No files found.
Makefile
View file @
9b09501d
all
:
tar
xf galera-
3-25.3.23
.tar.gz
patch
-Np1
-d
galera-
3-25.3.23 < galera-3-25.3.23
-gcc8.patch
cd
galera-
3-25.3.23
&&
HOME
=
/root ./scripts/build.sh
cp
galera-
3-25.3.23
/libgalera_smm.so /usr/lib
rm
-rf
galera-
3-25.3.23
tar
xf galera-
25.3.25
.tar.gz
patch
-Np1
-d
galera-
25.3.25 < galera-25.3.25
-gcc8.patch
cd
galera-
25.3.25
&&
HOME
=
/root ./scripts/build.sh
cp
galera-
25.3.25
/libgalera_smm.so /usr/lib
rm
-rf
galera-
25.3.25
galera-25.3.25-gcc8.patch
0 → 100644
View file @
9b09501d
This diff is collapsed.
Click to expand it.
galera-
3-25.3.23
.tar.gz
→
galera-
25.3.25
.tar.gz
View file @
9b09501d
No preview for this file type
galera-3-25.3.23-gcc8.patch
deleted
100644 → 0
View file @
ee7d3fd0
diff -uNr galera-3-25.3.23/gcache/configure.ac galera-3-25.3.23-relaxed/gcache/configure.ac
--- galera-3-25.3.23/gcache/configure.ac 2018-02-06 21:17:00.000000000 +1030
+++ galera-3-25.3.23-relaxed/gcache/configure.ac 2018-08-31 23:32:24.680305850 +0930
@@ -80,7 +80,7 @@
AC_CONFIG_FILES([Makefile
src/Makefile])
-AM_CFLAGS="$AM_CFLAGS -Wall -Werror -Wextra -pedantic -Wno-unused-parameter"
+AM_CFLAGS="$AM_CFLAGS -Wall -Wextra -pedantic -Wno-unused-parameter"
AM_CXXFLAGS="$AM_CFLAGS -ansi -Weffc++ -Wold-style-cast -Wconversion"
AM_CXXFLAGS="$AM_CXXFLAGS -fno-rtti -Wno-long-long"
AM_CFLAGS="$AM_CFLAGS -std=c99"
diff -uNr galera-3-25.3.23/SConstruct galera-3-25.3.23-relaxed/SConstruct
--- galera-3-25.3.23/SConstruct 2018-02-06 21:17:00.000000000 +1030
+++ galera-3-25.3.23-relaxed/SConstruct 2018-08-31 23:32:05.301250294 +0930
@@ -334,7 +334,7 @@
"""
context.Message('Checking whether to enable -Weffc++ ... ')
cxxflags_orig = context.env['CXXFLAGS']
- context.env.Prepend(CXXFLAGS = '-Weffc++ -Werror ')
+ context.env.Prepend(CXXFLAGS = '-Weffc++ ')
result = context.TryLink(test_source, '.cpp')
context.env.Replace(CXXFLAGS = cxxflags_orig)
context.Result(result)
@@ -547,7 +547,7 @@
# these will be used only with our software
if strict_build_flags == 1:
- conf.env.Append(CCFLAGS = ' -Werror -pedantic')
+ conf.env.Append(CCFLAGS = ' -pedantic')
if 'clang' in cxx_version:
conf.env.Append(CCFLAGS = ' -Wno-self-assign')
conf.env.Append(CCFLAGS = ' -Wno-gnu-zero-variadic-macro-arguments')
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