summaryrefslogtreecommitdiff
path: root/source3/Makefile-smbtorture4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-04-21 20:02:28 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-04-26 04:27:28 +0200
commit0ffc4c51ee8cc9147c76d2ab1ba1f2f72c8107ca (patch)
tree0b948c5a8aab44dfb3cc63d40aa9339a9447b43c /source3/Makefile-smbtorture4
parent26a0ba7ee9ee0700746759c046a7e12edb8ecdd9 (diff)
downloadsamba-0ffc4c51ee8cc9147c76d2ab1ba1f2f72c8107ca.tar.gz
samba-0ffc4c51ee8cc9147c76d2ab1ba1f2f72c8107ca.tar.bz2
samba-0ffc4c51ee8cc9147c76d2ab1ba1f2f72c8107ca.zip
build: Invert --enable-s3build into --disable-s3build
We always want the s3 binaries, except when building an smbtorture4 for the s3-waf and autoconf builds. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Apr 26 04:27:28 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/Makefile-smbtorture4')
-rw-r--r--source3/Makefile-smbtorture42
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile-smbtorture4 b/source3/Makefile-smbtorture4
index 4a1bed7eab..3e23b05663 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 )
+ CFLAGS='' $(WAF) configure --enable-socket-wrapper --enable-nss-wrapper --enable-uid-wrapper --nonshared-binary=$(SAMBA4_BINARIES) --enable-auto-reconfigure --disable-s3build)
.PHONY: samba4-configure