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

Proposed by Ignacio Nin
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 487
Proposed branch: lp:~ignacio-nin/percona-server/5.1-bug1028240
Merge into: lp:percona-server/5.1
Diff against target: 25 lines (+2/-2)
2 files modified
build/build-rpm.sh (+1/-1)
build/build-shared-compat-rpm.sh (+1/-1)
To merge this branch: bzr merge lp:~ignacio-nin/percona-server/5.1-bug1028240
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+125799@code.launchpad.net

This proposal supersedes a proposal from 2012-09-20.

Description of the change

Remove yassl from the RPM build options

To post a comment you must log in.
Revision history for this message
Vadim Tkachenko (vadim-tk) wrote : Posted in a previous version of this proposal

Ignacio,

Are you sure that removing "--with yassl " is a solution?
As I understand some third party (e.g. POSIX) requires a secure connection.
upstream library is built with "openssl" instead of "yassl". Maybe it is something we should do too ?

Revision history for this message
Alexey Kopytov (akopytov) wrote : Posted in a previous version of this proposal

Ignacio,

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

review: Needs Fixing
Revision history for this message
Alexey Kopytov (akopytov) :
review: Approve

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-08-31 12:52:50 +0000
3+++ build/build-rpm.sh 2012-09-21 19:01:39 +0000
4@@ -147,7 +147,7 @@
5 cd "$WORKDIR"
6
7 # Issue RPM command
8- eval rpmbuild -ba --clean --with yassl $TARGET $TARGET_LIBDIR $TARGET_ARCH \
9+ eval rpmbuild -ba --clean $TARGET $TARGET_LIBDIR $TARGET_ARCH \
10 $QUIET $SIGN "$SOURCEDIR/build/percona-server.spec" \
11 --define "_topdir\ $WORKDIR_ABS" \
12 --define "gotrevision\ $REVISION"
13
14=== modified file 'build/build-shared-compat-rpm.sh'
15--- build/build-shared-compat-rpm.sh 2012-08-31 12:52:50 +0000
16+++ build/build-shared-compat-rpm.sh 2012-09-21 19:01:39 +0000
17@@ -140,7 +140,7 @@
18 cd "$WORKDIR"
19
20 # Issue RPM command
21- eval rpmbuild $SIGN -ba --clean --with yassl $TARGET_LIBDIR $TARGET_ARCH \
22+ eval rpmbuild $SIGN -ba --clean $TARGET_LIBDIR $TARGET_ARCH \
23 "$SOURCEDIR/build/percona-shared-compat.spec" \
24 --define "_topdir\ $WORKDIR_ABS" \
25 --define "redhat_version\ $REDHAT_RELEASE" \

Subscribers

People subscribed via source and target branches