From 246409e17e83d50c99be9590aa38a3acba9813ad Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Mon, 7 May 2012 11:46:27 +1000 Subject: s4-dns: Build BIND DLZ modules with correct private library This fixes rpath for samdb-common private library after make install. Autobuild-User: Amitay Isaacs Autobuild-Date: Mon May 7 07:40:29 CEST 2012 on sn-devel-104 --- source4/dns_server/wscript_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4') diff --git a/source4/dns_server/wscript_build b/source4/dns_server/wscript_build index 47d03badf9..afd1d9cfea 100644 --- a/source4/dns_server/wscript_build +++ b/source4/dns_server/wscript_build @@ -17,7 +17,7 @@ bld.SAMBA_LIBRARY('dlz_bind9', link_name='modules/bind9/dlz_bind9.so', realname='dlz_bind9.so', install_path='${MODULESDIR}/bind9', - deps='samba-hostconfig samdb gensec popt') + deps='samba-hostconfig samdb-common gensec popt') bld.SAMBA_LIBRARY('dlz_bind9_9', source='dlz_bind9.c', @@ -26,4 +26,4 @@ bld.SAMBA_LIBRARY('dlz_bind9_9', link_name='modules/bind9/dlz_bind9_9.so', realname='dlz_bind9_9.so', install_path='${MODULESDIR}/bind9', - deps='samba-hostconfig samdb gensec popt') + deps='samba-hostconfig samdb-common gensec popt') -- cgit