From: Razvan Becheriu Date: Sun, 10 Mar 2019 09:34:01 +0000 (+0200) Subject: cassandra depends on lib ssl X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d858d3836d44a6d0641ad99c6adacfb4047b28e3;p=thirdparty%2Fkea.git cassandra depends on lib ssl --- 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