Merge lp:~ignacio-nin/percona-xtrabackup/2.1-bug1172916 into lp:percona-xtrabackup/2.1

Proposed by Ignacio Nin
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 653
Proposed branch: lp:~ignacio-nin/percona-xtrabackup/2.1-bug1172916
Merge into: lp:percona-xtrabackup/2.1
Diff against target: 12 lines (+1/-1)
1 file modified
src/Makefile (+1/-1)
To merge this branch: bzr merge lp:~ignacio-nin/percona-xtrabackup/2.1-bug1172916
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+177655@code.launchpad.net

Description of the change

Remove -lssl from LIBS, which pointlessly links xtrabackup_56 to libssl.so

To post a comment you must log in.
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 'src/Makefile'
2--- src/Makefile 2013-07-20 14:24:26 +0000
3+++ src/Makefile 2013-07-30 17:20:42 +0000
4@@ -139,7 +139,7 @@
5
6 5.6: MYSQLOBJS = $(MYSQL_ROOT_DIR)/libmysqld/libmysqld.a
7 ifeq ($(shell uname -s),Linux)
8-5.6: LIBS += -laio -ldl -lcrypt -lssl
9+5.6: LIBS += -laio -ldl -lcrypt
10 endif
11 5.6: TARGET := xtrabackup_56
12 # In CMake server builds it is important to build with exactly the same preprocessor flags

Subscribers

People subscribed via source and target branches