From cb12e1afd5beedf1b8c0b85e24e412e34c2fc427 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 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index d919708b01a..8422873d7d2 100644 --- a/debian/control +++ b/debian/control @@ -30,7 +30,7 @@ Build-Depends: bc, libbabeltrace-dev, libblkid-dev (>= 2.17), libcunit1-dev, - libcurl4-gnutls-dev, + libcurl4-openssl-dev, libexpat1-dev, libfuse-dev, libgoogle-perftools-dev [i386 amd64 arm64], -- 2.39.5