* [gentoo-commits] gentoo-x86 commit in sys-fs/cryptsetup/files: cryptsetup-1.6.1-openssl-static.patch
@ 2013-08-06 20:14 Ian Stakenvicius (axs)
0 siblings, 0 replies; only message in thread
From: Ian Stakenvicius (axs) @ 2013-08-06 20:14 UTC (permalink / raw
To: gentoo-commits
axs 13/08/06 20:14:54
Added: cryptsetup-1.6.1-openssl-static.patch
Log:
fixed compilation error when USE='openssl static', bug 472692; dropped IUSE=selinux as there is no direct dep, selinux support comes from libdevmapper via sys-fs/lvm2[selinux]
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Revision Changes Path
1.1 sys-fs/cryptsetup/files/cryptsetup-1.6.1-openssl-static.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/cryptsetup/files/cryptsetup-1.6.1-openssl-static.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/cryptsetup/files/cryptsetup-1.6.1-openssl-static.patch?rev=1.1&content-type=text/plain
Index: cryptsetup-1.6.1-openssl-static.patch
===================================================================
--- a/configure.ac 2013-03-24 05:02:02.000000000 -0400
+++ b/configure.ac 2013-08-06 15:57:57.844461481 -0400
@@ -149,8 +149,8 @@
if test x$enable_static_cryptsetup = xyes; then
saved_PKG_CONFIG=$PKG_CONFIG
PKG_CONFIG="$PKG_CONFIG --static"
- PKG_CHECK_MODULES([OPENSSL], [openssl])
- CRYPTO_STATIC_LIBS=$OPENSSL_LIBS
+ PKG_CHECK_MODULES([OPENSSL_STATIC], [openssl])
+ CRYPTO_STATIC_LIBS=$OPENSSL_STATIC_LIBS
PKG_CONFIG=$saved_PKG_CONFIG
fi
NO_FIPS([])
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-08-06 20:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-06 20:14 [gentoo-commits] gentoo-x86 commit in sys-fs/cryptsetup/files: cryptsetup-1.6.1-openssl-static.patch Ian Stakenvicius (axs)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox