]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
build/link against curl w/ openssl not nss or gnutls. (debian)
authorMarcus Watts <mwatts@redhat.com>
Mon, 26 Feb 2018 00:33:34 +0000 (19:33 -0500)
committerAbhishek Lekshmanan <abhishek@suse.com>
Tue, 6 Mar 2018 14:32:48 +0000 (15:32 +0100)
curl + gnutls has some big significant performance hits at least
when doing keystone validation.  nss has long-term memory growth
issues.

Signed-off-by: Marcus Watts <mwatts@redhat.com>
(cherry picked from commit cb12e1afd5beedf1b8c0b85e24e412e34c2fc427)

debian/control

index 977bd043d50edd25c13691d2e5626eda54a99e31..4b3e57f3a7bbaddf0a49f041815db993f8a6357b 100644 (file)
@@ -34,7 +34,7 @@ Build-Depends: autoconf,
               libboost-regex-dev,
               libboost-random-dev,
                libboost-iostreams-dev (>= 1.42),
-               libcurl4-gnutls-dev,
+               libcurl4-openssl-dev,
                libexpat1-dev,
                libfcgi-dev,
                libfuse-dev,