Merge lp:~ignacio-nin/percona-server/5.5-bug1028240 into lp:percona-server/5.5

Proposed by Ignacio Nin
Status: Superseded
Proposed branch: lp:~ignacio-nin/percona-server/5.5-bug1028240
Merge into: lp:percona-server/5.5
Diff against target: 12 lines (+1/-1)
1 file modified
build/build-rpm.sh (+1/-1)
To merge this branch: bzr merge lp:~ignacio-nin/percona-server/5.5-bug1028240
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Needs Fixing
Review via email: mp+125598@code.launchpad.net

This proposal has been superseded by a proposal from 2012-09-21.

Description of the change

Remove yassl from the RPM build options

To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) wrote :

Ignacio,

Don't we have to remove "--with yassl" from build-shared-compat.sh as well?

review: Needs Fixing

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'build/build-rpm.sh'
2--- build/build-rpm.sh 2012-09-18 05:14:49 +0000
3+++ build/build-rpm.sh 2012-09-20 22:47:20 +0000
4@@ -144,7 +144,7 @@
5 cd "$WORKDIR"
6
7 # Issue RPM command
8- rpmbuild -ba --clean --with yassl $TARGET $SIGN $QUIET \
9+ rpmbuild -ba --clean $TARGET $SIGN $QUIET \
10 "$SOURCEDIR/build/percona-server.spec" \
11 --define "_topdir $WORKDIR_ABS" \
12 --define "redhat_version $REDHAT_RELEASE" \

Subscribers

People subscribed via source and target branches