From 84ac1f8f6a633f363f64a0f49d063ae7750d11b5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 8 Dec 2010 11:29:34 +1100 Subject: s4-dns: dlz_bind9 doesn't need to link to gensec any more Pair-Programmed-With: Andrew Bartlett --- source4/dns_server/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/dns_server/wscript_build b/source4/dns_server/wscript_build index a27822a747..3500b03b3c 100644 --- a/source4/dns_server/wscript_build +++ b/source4/dns_server/wscript_build @@ -14,4 +14,4 @@ bld.SAMBA_LIBRARY('dlz_bind9', source='dlz_bind9.c', private_library=True, link_name='modules/bind9/dlz_bind9.so', - deps='samba-hostconfig ldbsamba samba-util popt POPT_SAMBA POPT_CREDENTIALS gensec') + deps='samba-hostconfig ldbsamba samba-util popt') -- cgit