From: Volker Lendecke Date: Fri, 6 Dec 2019 12:16:44 +0000 (+0100) Subject: build: libcli/http does not need samba3core, only gensec X-Git-Tag: ldb-2.1.0~403 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f2961a1170cd6fcd0f95e30bd243c051276c125;p=thirdparty%2Fsamba.git build: libcli/http does not need samba3core, only gensec Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/libcli/http/wscript_build b/libcli/http/wscript_build index 4ef1574bc67..da8768ffa06 100644 --- a/libcli/http/wscript_build +++ b/libcli/http/wscript_build @@ -2,7 +2,7 @@ bld.SAMBA_LIBRARY('http', source='http.c http_auth.c http_conn.c', - deps='talloc tevent samba3core dns_lookup', + deps='talloc tevent gensec dns_lookup', private_library=True, )