]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
automake, ssl: real openssl detection, fix ssl linkage w/NSS 9831/head
authorMatt Benjamin <mbenjamin@redhat.com>
Tue, 21 Jun 2016 19:59:18 +0000 (15:59 -0400)
committerMatt Benjamin <mbenjamin@redhat.com>
Wed, 29 Jun 2016 16:37:02 +0000 (12:37 -0400)
commit1aff6463356627efe2d6d55d2f8955d4687b326d
treed80f048e718488464059a351055a65b611119980
parent83e66809e9ce49611d064f0c7ddfe2b0d6e8a851
automake, ssl:  real openssl detection, fix ssl linkage w/NSS

This change mainly intends to prevent linking with libssl when the
crypto provider is NSS, which provides an SSL implementation (the
implementation we must use and prefer when NSS is selected).

Secondarily, actually detect openssl when it is selected, which
happens by default and co-selects with cryptopp.  To do this, we
import the ax_check_openssl.m4 from the automake archive.

Since upstream builds now prefer NSS crypto, make this the default.

Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
configure.ac
m4/ax_check_openssl.m4 [new file with mode: 0644]
src/rgw/Makefile.am