diff options
author | Günther Deschner <gd@samba.org> | 2011-03-30 22:24:42 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 23:12:42 +0200 |
commit | 9ede19fdccaf09303012208129a093197403ef2c (patch) | |
tree | 53026cef87c3f4470593dee7748637b1741cd5c5 /source3/Makefile-smbtorture4 | |
parent | 3800bae260ed3998317ce5e492a8f0a42fb2fd5f (diff) | |
download | samba-9ede19fdccaf09303012208129a093197403ef2c.tar.gz samba-9ede19fdccaf09303012208129a093197403ef2c.tar.bz2 samba-9ede19fdccaf09303012208129a093197403ef2c.zip |
s3-build: make it a little easier to build smbtorture4.
Only configure with --enable-socket-wrapper --enable-nss-wrapper
--enable-uid-wrapper, not --enable-developer which turns on at least one -Werror
switch.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed Mar 30 23:12:42 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/Makefile-smbtorture4')
-rw-r--r-- | source3/Makefile-smbtorture4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile-smbtorture4 b/source3/Makefile-smbtorture4 index 939d4d413c..4a1bed7eab 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-developer --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 ) .PHONY: samba4-configure |