From d858d3836d44a6d0641ad99c6adacfb4047b28e3 Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Sun, 10 Mar 2019 11:34:01 +0200 Subject: [PATCH] cassandra depends on lib ssl --- tools/cql_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cql_config b/tools/cql_config index 8f5194637f..ae25f09f9d 100755 --- a/tools/cql_config +++ b/tools/cql_config @@ -75,7 +75,7 @@ if [ "$1" = "--cflags-only-I" ]; then fi if [ "$1" = "--libs" ]; then - echo "-L${CPP_DRIVER_PATH}/build/ -l${cql_lib} -luv" + echo "-L${CPP_DRIVER_PATH}/build/ -l${cql_lib} -lssl -luv" exit 0 fi -- 2.47.2