From: Volker Lendecke Date: Thu, 1 Mar 2012 01:58:28 +0000 (+0100) Subject: s3: Fix "make bin/smbtorture4" in the autoconf build X-Git-Tag: tdb-1.2.10~515 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ea2b5da0c9a8a2bb4e1c93d96d1d7c500ab88b8;p=thirdparty%2Fsamba.git s3: Fix "make bin/smbtorture4" in the autoconf build tdb2 support does not work with a system-supplied libtdb yet Autobuild-User: Volker Lendecke Autobuild-Date: Thu Mar 1 05:23:57 CET 2012 on sn-devel-104 --- diff --git a/source3/Makefile-smbtorture4 b/source3/Makefile-smbtorture4 index 0dc4706944f..57fff2b2bbe 100644 --- a/source3/Makefile-smbtorture4 +++ b/source3/Makefile-smbtorture4 @@ -6,7 +6,7 @@ SAMBA4_BINARIES="smbtorture,ndrdump" samba4-configure: @(cd .. && \ CFLAGS='' $(WAF) reconfigure || \ - CFLAGS='' $(WAF) configure --enable-socket-wrapper --enable-nss-wrapper --enable-uid-wrapper --nonshared-binary=$(SAMBA4_BINARIES) --enable-auto-reconfigure --enable-developer) + CFLAGS='' $(WAF) configure --enable-socket-wrapper --enable-nss-wrapper --enable-uid-wrapper --nonshared-binary=$(SAMBA4_BINARIES) --enable-auto-reconfigure --enable-developer --disable-tdb2) .PHONY: samba4-configure