s3: Fix "make bin/smbtorture4" in the autoconf build
authorVolker Lendecke <vl@samba.org>
Thu, 1 Mar 2012 01:58:28 +0000 (02:58 +0100)
committerVolker Lendecke <vl@samba.org>
Thu, 1 Mar 2012 04:23:56 +0000 (05:23 +0100)
tdb2 support does not work with a system-supplied libtdb yet

Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Thu Mar  1 05:23:57 CET 2012 on sn-devel-104

source3/Makefile-smbtorture4

index 0dc4706944fe7c573851ec98fd64830ac20c5320..57fff2b2bbef69a99601d72d456ff952d5393e18 100644 (file)
@@ -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