]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
cassandra depends on lib ssl
authorRazvan Becheriu <ravan@isc.org>
Sun, 10 Mar 2019 09:34:01 +0000 (11:34 +0200)
committerRazvan Becheriu <ravan@isc.org>
Sun, 10 Mar 2019 09:34:01 +0000 (11:34 +0200)
tools/cql_config

index 8f5194637f15c2fa15ab4594285869640aa2198d..ae25f09f9d58ef25d6c93b45ae57b97ef1846583 100755 (executable)
@@ -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