From 6c222d3ddc079248301582a09fcea09f27d01a48 Mon Sep 17 00:00:00 2001 From: Marcus Watts Date: Sun, 25 Feb 2018 19:33:34 -0500 Subject: [PATCH] build/link against curl w/ openssl not nss or gnutls. (debian) 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 (cherry picked from commit cb12e1afd5beedf1b8c0b85e24e412e34c2fc427) --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 9940e7491491..0b1897438a52 100644 --- a/debian/control +++ b/debian/control @@ -29,7 +29,7 @@ Build-Depends: bc, libbabeltrace-ctf-dev, libbabeltrace-dev, libblkid-dev (>= 2.17), - libcurl4-gnutls-dev, + libcurl4-openssl-dev, libexpat1-dev, libfuse-dev, libgoogle-perftools-dev [i386 amd64 arm64], -- 2.47.3