Merge lp:~tplavcic/percona-server/bug1314568-5.1 into lp:percona-server/5.1

Proposed by Tomislav Plavcic
Status: Superseded
Proposed branch: lp:~tplavcic/percona-server/bug1314568-5.1
Merge into: lp:percona-server/5.1
Diff against target: 13 lines (+3/-1)
1 file modified
build/build-binary.sh (+3/-1)
To merge this branch: bzr merge lp:~tplavcic/percona-server/bug1314568-5.1
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Disapprove
Review via email: mp+220914@code.launchpad.net

This proposal has been superseded by a proposal from 2014-05-27.

Description of the change

Initialised variable COMMON_FLAGS which was set only on centos so the script refused to run on Ubuntu

To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

COMMON_FLAGS does not appear to be used in 5.1?

review: Disapprove

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'build/build-binary.sh'
2--- build/build-binary.sh 2014-03-12 22:02:31 +0000
3+++ build/build-binary.sh 2014-05-26 07:59:03 +0000
4@@ -17,7 +17,9 @@
5 TARGET_CFLAGS=''
6 WITH_SSL='/usr'
7 TAG=''
8-
9+#
10+COMMON_FLAGS=''
11+#
12 # Some programs that may be overriden
13 TAR=${TAR:-tar}
14

Subscribers

People subscribed via source and target branches