eternaltyro / cryptsetup

Since Google code is shuttering...
http://code.google.com/p/cryptsetup
GNU General Public License v2.0
0 stars 0 forks source link

compilation failure when using openssl and --enable-static #172

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please see https://bugs.gentoo.org/show_bug.cgi?id=472692 for details.

Essentially, there is some sort of overlap between the variables used for 
static and non-static OPENSSL_LIBS, causing the static values obtained from 
pkg-config to be lost.  This patch addresses the issue by switching the 
variable to OPENSSL_STATIC, using the same template as is used for other 
modules.

Original issue reported on code.google.com by i.staken...@gmail.com on 8 Aug 2013 at 4:13

Attachments:

GoogleCodeExporter commented 9 years ago
Yes, that seems wrong. So Gentoo is now linking with OpenSSL? Good :)

Thanks.

Committed in
http://code.google.com/p/cryptsetup/source/detail?r=31303718da9e26704d1002ae1ed5
0a851287891e

Original comment by gmazyl...@gmail.com on 8 Aug 2013 at 5:00