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
Lisa Casino
slapos
Commits
1d0fae1f
Commit
1d0fae1f
authored
Nov 25, 2011
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improve xtrabackup-1.6.2_build.patch.
parent
d617b6ee
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
17 deletions
+7
-17
component/xtrabackup/buildout.cfg
component/xtrabackup/buildout.cfg
+1
-1
component/xtrabackup/xtrabackup-1.6.2_build.patch
component/xtrabackup/xtrabackup-1.6.2_build.patch
+6
-16
No files found.
component/xtrabackup/buildout.cfg
View file @
1d0fae1f
...
@@ -18,7 +18,7 @@ parts =
...
@@ -18,7 +18,7 @@ parts =
[xtrabackup-build-patch-download]
[xtrabackup-build-patch-download]
recipe = hexagonit.recipe.download
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/${:filename}
url = ${:_profile_base_location_}/${:filename}
md5sum =
95b2c2ef625f88d85bf8876269a19372
md5sum =
b1536fe65e32592e4a0a14bf3b159885
download-only = true
download-only = true
filename = xtrabackup-1.6.2_build.patch
filename = xtrabackup-1.6.2_build.patch
...
...
component/xtrabackup/xtrabackup-1.6.2_build.patch
View file @
1d0fae1f
...
@@ -27,17 +27,16 @@ diff -ur xtrabackup-1.6.2.orig/utils/build.sh xtrabackup-1.6.2/utils/build.sh
...
@@ -27,17 +27,16 @@ diff -ur xtrabackup-1.6.2.orig/utils/build.sh xtrabackup-1.6.2/utils/build.sh
exit -1
exit -1
}
}
@@ -79,7 +81,1
2
@@
@@ -79,7 +81,1
1
@@
{
{
echo "Configuring the server"
echo "Configuring the server"
cd $server_dir
cd $server_dir
- BUILD/autorun.sh
- BUILD/autorun.sh
+ libtoolize -c -f
+ aclocal -I $libtool_location/share/aclocal -I config/ac-macros || die "Can't execute aclocal"
+ aclocal -I $libtool_location/share/aclocal -I config/ac-macros
+ autoheader || die "Can't execute autoheader"
+ autoheader
+ libtoolize --automake --force --copy || die "Can't execute libtoolize"
+ automake -c -a -f
+ automake --add-missing --force --copy || die "Can't execute automake"
+ autoconf
+ autoconf || die "Can't execute autoconf"
+ touch sql/sql_yacc.yy
eval $configure_cmd
eval $configure_cmd
echo "Building the server"
echo "Building the server"
...
@@ -141,12 +140,3 @@ diff -ur xtrabackup-1.6.2.orig/utils/build.sh xtrabackup-1.6.2/utils/build.sh
...
@@ -141,12 +140,3 @@ diff -ur xtrabackup-1.6.2.orig/utils/build.sh xtrabackup-1.6.2/utils/build.sh
;;
;;
"innodb55" | "5.5")
"innodb55" | "5.5")
@@ -230,7 +279,7 @@
build_server
- build_xtrabackup
+ build_xtrabackup
build_tar4ibd
;;
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