diff options
author | Razvan Becheriu <razvan@isc.org> | 2019-12-19 17:10:29 +0100 |
---|---|---|
committer | Tomek Mrugalski <tomek@isc.org> | 2020-01-24 18:16:41 +0100 |
commit | 6a09ad626fb1e964a9ca477535e0d7053156f54e (patch) | |
tree | 89b6bff4d57def48d1778400d391948e533afdec /tools | |
parent | [#1085] Updated git hook (import from Stork) (diff) | |
download | kea-6a09ad626fb1e964a9ca477535e0d7053156f54e.tar.xz kea-6a09ad626fb1e964a9ca477535e0d7053156f54e.zip |
[#1067] added dependencies
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/cql_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cql_config b/tools/cql_config index de063ddd87..086acf4928 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} -lssl -luv" + echo "-L${CPP_DRIVER_PATH}/build/ -l${cql_lib} -lssl -lcrypto -luv -lz" exit 0 fi |