1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

disable the DNS update code, as it breaks clustering

(This used to be commit 30a5f682b5fe6edcdb119af6dc736f4beb40bc26)
This commit is contained in:
Andrew Tridgell 2008-08-09 13:26:49 +10:00 committed by Michael Adam
parent 93d41b7165
commit d21ec4f359
2 changed files with 2 additions and 2 deletions

View File

@ -37,6 +37,6 @@ CFLAGS="-Wall -g -D_GNU_SOURCE" ./configure \
--with-cluster-support \
--with-ctdb=/usr/include \
--without-ldb \
--with-dnsupdate \
--without-dnsupdate \
--with-aio-support \
$*

View File

@ -172,7 +172,7 @@ CFLAGS="$RPM_OPT_FLAGS $EXTRA -D_GNU_SOURCE" ./configure \
--with-cluster-support \
--with-ctdb=/usr/include \
--without-ldb \
--with-dnsupdate \
--without-dnsupdate \
--with-aio-support
make showlayout