From ccc05b9999325c45252752ce92cf4a839680fdbc Mon Sep 17 00:00:00 2001 From: Paul-Louis Ageneau Date: Tue, 23 Jun 2020 16:02:03 +0200 Subject: [PATCH] Added libjuice dependency on nettle if using gnutls --- Jamfile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Jamfile b/Jamfile index 9bfe084..ea8a750 100644 --- a/Jamfile +++ b/Jamfile @@ -25,8 +25,9 @@ lib libdatachannel /libdatachannel//usrsctp /libdatachannel//juice /libdatachannel//plog - off:ssl - off:crypto + on:gnutls + off:ssl + off:crypto : # default build static : # usage requirements @@ -69,6 +70,7 @@ alias juice : # usage requirements ./deps/libjuice/include libjuice-static.a + on:nettle ; alias juice @@ -228,3 +230,7 @@ lib crypto : : crypto z @openssl-lib-path : : lib ssl : : ssl crypto @openssl-lib-path : : @openssl-include-path ; +# GnuTLS +lib gnutls : : shared gnutls ; +lib nettle : : shared nettle ; +