s3-build: make it a little easier to build smbtorture4.
authorGünther Deschner <gd@samba.org>
Wed, 30 Mar 2011 20:24:42 +0000 (22:24 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 30 Mar 2011 21:12:42 +0000 (23:12 +0200)
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

source3/Makefile-smbtorture4

index 939d4d413c497438fb1efd5834f2188b34e6a659..4a1bed7eabfe5dd7531ee895417948cd57dd4a03 100644 (file)
@@ -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