]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
rbd: don't link with -lcrypto
authorAurelien Jarno <aurelien@aurel32.net>
Mon, 7 Mar 2011 06:17:49 +0000 (07:17 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 29 Mar 2011 06:53:13 +0000 (08:53 +0200)
commit3d19c4e338e3281cf91bf29f32e8624bda3cc14c
tree170b3863bd53dbf1726a74c7c60b66cfd6cbc769
parent2288eb3af2506a6950a6e3993c0e0cd0b0ad212b
rbd: don't link with -lcrypto

rbd support tries to both link with -lrados and -lcrypto. While the
first one is of course necessary, the second is not necessary (only
librados ifself needs to link with libcrypto).

This fixes a licensing issue: qemu as a whole is GPL v2, and thus can't
be linked with OpenSSL without an exception in the license, which seems
difficult to get given the number of persons involved.

Cc: Christian Brunner <chb@muc.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
(cherry picked from commit cc4e8741ccdaa905017f3c7c59e14c685a239c2d)
configure