diff options
author | Amitay Isaacs <amitay@gmail.com> | 2012-05-07 11:46:27 +1000 |
---|---|---|
committer | Amitay Isaacs <amitay@samba.org> | 2012-05-07 07:40:29 +0200 |
commit | 246409e17e83d50c99be9590aa38a3acba9813ad (patch) | |
tree | 6c8c995f87a5cb121ace9b2043146a4a9e7c78c6 /source4/dns_server | |
parent | 0f026673eccc349faea56c1168001cfb70b77453 (diff) | |
download | samba-246409e17e83d50c99be9590aa38a3acba9813ad.tar.gz samba-246409e17e83d50c99be9590aa38a3acba9813ad.tar.bz2 samba-246409e17e83d50c99be9590aa38a3acba9813ad.zip |
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 <amitay@samba.org>
Autobuild-Date: Mon May 7 07:40:29 CEST 2012 on sn-devel-104
Diffstat (limited to 'source4/dns_server')
-rw-r--r-- | source4/dns_server/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
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') |