s4-dns: Build BIND DLZ modules with correct private library
authorAmitay Isaacs <amitay@gmail.com>
Mon, 7 May 2012 01:46:27 +0000 (11:46 +1000)
committerAmitay Isaacs <amitay@samba.org>
Mon, 7 May 2012 05:40:29 +0000 (07:40 +0200)
This fixes rpath for samdb-common private library after make install.

Autobuild-User: Amitay Isaacs <amitay@samba.org>
Autobuild-Date: Mon May  7 07:40:29 CEST 2012 on sn-devel-104

source4/dns_server/wscript_build

index 47d03badf958228168379cd318ad81b949a0c013..afd1d9cfea1ec67849a2ba72d7d97fa6e02fac08 100644 (file)
@@ -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')